vumichien commited on
Commit
48f025f
1 Parent(s): 0866980

Update app.py

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