tonyassi commited on
Commit
78272ae
·
verified ·
1 Parent(s): 82ba62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def greet(img1, img2, video1):
4
- return video
5
 
6
  demo = gr.Interface(fn=greet,
7
  inputs=["image", "image", "video"],
 
1
  import gradio as gr
2
 
3
  def greet(img1, img2, video1):
4
+ return video1
5
 
6
  demo = gr.Interface(fn=greet,
7
  inputs=["image", "image", "video"],