Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def transcode_video(video_path):
|
|
25 |
|
26 |
|
27 |
video_files = [
|
28 |
-
"
|
29 |
]
|
30 |
|
31 |
# Launch a gradio interface that allows you to play the transcoded video file.
|
|
|
25 |
|
26 |
|
27 |
video_files = [
|
28 |
+
"output_dir/NEARHUBanimation.mp4",
|
29 |
]
|
30 |
|
31 |
# Launch a gradio interface that allows you to play the transcoded video file.
|