Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(transcode_video,
|
|
28 |
gr.Video(),
|
29 |
"playable_video",
|
30 |
examples=[
|
31 |
-
video.path for video in gr.inputs.Video(
|
32 |
cache_examples=True)
|
33 |
|
34 |
if __name__ == "__main__":
|
|
|
28 |
gr.Video(),
|
29 |
"playable_video",
|
30 |
examples=[
|
31 |
+
video.path for video in gr.inputs.Video()],
|
32 |
cache_examples=True)
|
33 |
|
34 |
if __name__ == "__main__":
|