Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,6 @@ video_files = [
|
|
28 |
"/path/to/NEARHUBanimation.mp4",
|
29 |
]
|
30 |
|
31 |
-
# Upload the video file to the space.
|
32 |
-
space.upload_file("/path/to/NEARHUBanimation.mp4")
|
33 |
-
|
34 |
# Transcode the video file.
|
35 |
space.run_script("transcode_video.py")
|
36 |
|
|
|
28 |
"/path/to/NEARHUBanimation.mp4",
|
29 |
]
|
30 |
|
|
|
|
|
|
|
31 |
# Transcode the video file.
|
32 |
space.run_script("transcode_video.py")
|
33 |
|