aiface commited on
Commit
6475202
1 Parent(s): e0bd4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ os.system('pip install sentencepiece')
12
  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.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)
 
12
  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)