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
File size: 75 Bytes
e12c9aa
1
2
3
4
5
6
import
os os.system(
"pip install moviepy"
) os.system(
"python video.py"
)