Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(img1, img2, video1):
|
|
5 |
|
6 |
demo = gr.Interface(fn=greet,
|
7 |
inputs=[gr.Image(type="filepath", label="Source Image"), gr.Image(type="filepath", label="Source Image"), gr.Video(label="Target Video")],
|
8 |
-
gr.Video(label="Target Video"),
|
9 |
#examples=[["27-24522.jpg", "28-24766.jpg"]],
|
10 |
examples=[["27-24522.jpg", "28-24766.jpg", "wizard.mp4"]],
|
11 |
cache_examples=True,)
|
|
|
5 |
|
6 |
demo = gr.Interface(fn=greet,
|
7 |
inputs=[gr.Image(type="filepath", label="Source Image"), gr.Image(type="filepath", label="Source Image"), gr.Video(label="Target Video")],
|
8 |
+
outputs=gr.Video(label="Target Video"),
|
9 |
#examples=[["27-24522.jpg", "28-24766.jpg"]],
|
10 |
examples=[["27-24522.jpg", "28-24766.jpg", "wizard.mp4"]],
|
11 |
cache_examples=True,)
|