Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +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.12')
|
|
|
16 |
os.chdir('/home/user/app/av_hubert/avhubert')
|
17 |
|
18 |
sys.path.append('/home/user/app/av_hubert')
|
|
|
13 |
os.system('pip install scikit-video')
|
14 |
os.system('pip install transformers')
|
15 |
os.system('pip install gradio==3.12')
|
16 |
+
os.system('pip install numpy==1.23.3')
|
17 |
os.chdir('/home/user/app/av_hubert/avhubert')
|
18 |
|
19 |
sys.path.append('/home/user/app/av_hubert')
|