Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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")