Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
e1eb47f
1
Parent(s):
80a8ed8
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ video_interface = gr.Interface(
|
|
144 |
],
|
145 |
outputs=gr.Video(type="file", format="mp4"),
|
146 |
examples=[
|
147 |
-
["inps.mp4", "example_3.mp4"],
|
148 |
],
|
149 |
allow_flagging=False,
|
150 |
allow_screenshot=False,
|
|
|
144 |
],
|
145 |
outputs=gr.Video(type="file", format="mp4"),
|
146 |
examples=[
|
147 |
+
["inps.mp4"], ["example_3.mp4"],
|
148 |
],
|
149 |
allow_flagging=False,
|
150 |
allow_screenshot=False,
|