Spaces:
Running
Running
kevinwang676
commited on
Commit
·
7c828a1
1
Parent(s):
4b8c791
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +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 numpy==1.22.0")
|
7 |
|
8 |
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.0")
|
7 |
os.system("pip install numpy==1.22.0")
|
8 |
|
9 |
from modelscope.models.audio.tts import SambertHifigan
|