Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -107,6 +107,7 @@ with gr.Blocks() as demo:
|
|
| 107 |
["example-videos/2.mp4"],
|
| 108 |
["example-videos/3.mp4"],
|
| 109 |
["example-videos/4.mp4"],
|
|
|
|
| 110 |
],
|
| 111 |
inputs=[vid_input],
|
| 112 |
label="Video Examples"
|
|
|
|
| 107 |
["example-videos/2.mp4"],
|
| 108 |
["example-videos/3.mp4"],
|
| 109 |
["example-videos/4.mp4"],
|
| 110 |
+
["example-videos/5.mp4"],
|
| 111 |
],
|
| 112 |
inputs=[vid_input],
|
| 113 |
label="Video Examples"
|