Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
testdeep123
/
video
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
testdeep123
commited on
Apr 17
Commit
ad8c775
·
verified
·
1 Parent(s):
b828189
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-5
app.py
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
try:
2
-
from moviepy.editor import VideoFileClip, AudioFileClip, ImageClip
3
-
except Exception as e:
4
-
print("⚠️ moviepy import failed:", e)
5
-
VideoFileClip = AudioFileClip = ImageClip = None