Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ os.system('pip install python_speech_features')
|
|
| 13 |
os.system('pip install scikit-video')
|
| 14 |
os.system('pip install transformers')
|
| 15 |
os.system('pip install gradio==3.48')
|
| 16 |
-
os.system('pip install numpy')
|
| 17 |
os.chdir('/home/user/app')
|
| 18 |
os.makedirs("./result", exist_ok = True)
|
| 19 |
os.makedirs("./video/và/test", exist_ok = True)
|
|
|
|
| 13 |
os.system('pip install scikit-video')
|
| 14 |
os.system('pip install transformers')
|
| 15 |
os.system('pip install gradio==3.48')
|
| 16 |
+
os.system('pip install numpy==1.23.3')
|
| 17 |
os.chdir('/home/user/app')
|
| 18 |
os.makedirs("./result", exist_ok = True)
|
| 19 |
os.makedirs("./video/và/test", exist_ok = True)
|