liuhuadai commited on
Commit
50f13e6
·
verified ·
1 Parent(s): 96ac3c5

Update app.py

Browse files

down to torch 2.4

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ import tempfile
33
  import subprocess
34
  from huggingface_hub import hf_hub_download
35
  from moviepy.editor import VideoFileClip
 
36
 
37
  _CLIP_SIZE = 224
38
  _CLIP_FPS = 8.0
 
33
  import subprocess
34
  from huggingface_hub import hf_hub_download
35
  from moviepy.editor import VideoFileClip
36
+ os.system("conda install -c conda-forge 'ffmpeg<7'")
37
 
38
  _CLIP_SIZE = 224
39
  _CLIP_FPS = 8.0