Jeffgold commited on
Commit
0205b95
·
1 Parent(s): 8ca14c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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