Spaces:
Running
on
Zero
Running
on
Zero
Update evaluate.py
Browse files- evaluate.py +1 -1
evaluate.py
CHANGED
@@ -307,4 +307,4 @@ def install():
|
|
307 |
os.chdir('../')
|
308 |
|
309 |
os.system('apt-get install ffmpeg imagemagick')
|
310 |
-
os.system('pip3 install moviepy')
|
|
|
307 |
os.chdir('../')
|
308 |
|
309 |
os.system('apt-get install ffmpeg imagemagick')
|
310 |
+
os.system('pip3 install moviepy -U')
|