vumichien commited on
Commit
08834d7
1 Parent(s): 68f9039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')