Moibe commited on
Commit
6896df3
·
1 Parent(s): fa51f2d

video inputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(), gr.Image()], outputs="image"
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()