Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesdown to torch 2.4
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
|