Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def greet(img1, img2, video1):
|
4 |
-
return
|
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"],
|