Hugging Face
Models
Datasets
Spaces
Posts
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...
main
getvid
/
app.py
nevreal
Create app.py
e12c9aa
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
75 Bytes
import
os
os.system(
"pip install moviepy"
)
os.system(
"python video.py"
)