Jeffgold commited on
Commit
8ca14c3
·
1 Parent(s): 51a8943

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
- # 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