Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
6896df3
1
Parent(s):
fa51f2d
video inputs
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def greet(input1, input2):
|
|
22 |
# btn.click(greet, inputs=[gr.Image(), gr.Image()], outputs="image")
|
23 |
|
24 |
demo = gr.Interface(
|
25 |
-
fn=greet, inputs=[gr.
|
26 |
)
|
27 |
|
28 |
demo.launch()
|
|
|
22 |
# btn.click(greet, inputs=[gr.Image(), gr.Image()], outputs="image")
|
23 |
|
24 |
demo = gr.Interface(
|
25 |
+
fn=greet, inputs=[gr.Video(), gr.Video()], outputs="video"
|
26 |
)
|
27 |
|
28 |
demo.launch()
|