Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nevproject
/
getvid
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nevreal
commited on
Sep 20, 2024
Commit
e12c9aa
·
verified
·
1 Parent(s):
06e8caf
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
3
+
4
+
5
+
os.system("pip install moviepy")
6
+
os.system("python video.py")