kevinwang676 commited on
Commit
df68519
1 Parent(s): 7c828a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import random
4
 
5
  os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
6
- os.system("pip install librosa==0.9.0")
7
  os.system("pip install numpy==1.22.0")
8
 
9
  from modelscope.models.audio.tts import SambertHifigan
 
3
  import random
4
 
5
  os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
6
+ os.system("pip install librosa==0.9.2")
7
  os.system("pip install numpy==1.22.0")
8
 
9
  from modelscope.models.audio.tts import SambertHifigan