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 |
-
# Create a huggingface space.
|
32 |
-
space = hfs.create_space("my-space")
|
33 |
-
|
34 |
# Upload the video file to the space.
|
35 |
space.upload_file("/path/to/NEARHUBanimation.mp4")
|
36 |
|
|
|
28 |
"/path/to/NEARHUBanimation.mp4",
|
29 |
]
|
30 |
|
|
|
|
|
|
|
31 |
# Upload the video file to the space.
|
32 |
space.upload_file("/path/to/NEARHUBanimation.mp4")
|
33 |
|