cakemus commited on
Commit
a6734c4
·
1 Parent(s): 4b693be
Files changed (1) hide show
  1. app.py +1 -1
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.editor import VideoFileClip, concatenate_videoclips
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