-.editor
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import hf_hub_download
|
|
17 |
|
18 |
# NEW CODE HERE:
|
19 |
# If moviepy is not installed by default, you need to ensure your Space installs it (e.g. in requirements.txt).
|
20 |
-
from moviepy
|
21 |
|
22 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
23 |
|
|
|
17 |
|
18 |
# NEW CODE HERE:
|
19 |
# If moviepy is not installed by default, you need to ensure your Space installs it (e.g. in requirements.txt).
|
20 |
+
from moviepy import VideoFileClip, concatenate_videoclips
|
21 |
|
22 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
23 |
|