Spaces:
Runtime error
Runtime error
Commit
·
3db5b6a
1
Parent(s):
e441fe1
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ tab2 = gr.Interface(
|
|
134 |
inputs=gr.File(label="Upload a video"),
|
135 |
outputs=gr.File(label="output"),
|
136 |
title='Video Processing',
|
137 |
-
examples=[["Three Dice Trick.mp4"],["Look at the fork and battery-in power.mp4"]
|
138 |
)
|
139 |
|
140 |
|
|
|
134 |
inputs=gr.File(label="Upload a video"),
|
135 |
outputs=gr.File(label="output"),
|
136 |
title='Video Processing',
|
137 |
+
examples=[["Three Dice Trick.mp4"],["Look at the fork and battery-in power.mp4"]]
|
138 |
)
|
139 |
|
140 |
|