Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ os.system('git submodule init')
|
|
7 |
os.system('git submodule update')
|
8 |
os.chdir('/home/user/app/av_hubert/fairseq')
|
9 |
os.system('pip install ./')
|
|
|
10 |
os.system('pip install sentencepiece')
|
11 |
os.system('pip install python_speech_features')
|
12 |
os.system('pip install scikit-video')
|
|
|
7 |
os.system('git submodule update')
|
8 |
os.chdir('/home/user/app/av_hubert/fairseq')
|
9 |
os.system('pip install ./')
|
10 |
+
os.system('pip install scipy')
|
11 |
os.system('pip install sentencepiece')
|
12 |
os.system('pip install python_speech_features')
|
13 |
os.system('pip install scikit-video')
|