Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def infer(ref_video_in, ref_image_in):
|
|
102 |
|
103 |
demo = gr.Interface(
|
104 |
fn = infer,
|
105 |
-
inputs = [gr.Video(
|
106 |
outputs = [gr.Textbox()]
|
107 |
)
|
108 |
|
|
|
102 |
|
103 |
demo = gr.Interface(
|
104 |
fn = infer,
|
105 |
+
inputs = [gr.Video(), gr.Image(type="filepath")],
|
106 |
outputs = [gr.Textbox()]
|
107 |
)
|
108 |
|