Spaces:
Running
Running
kevinwang676
commited on
Commit
•
5894cab
1
Parent(s):
e2d3317
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ os.system("pip install --upgrade Cython==0.29.35")
|
|
6 |
os.system("pip install pysptk --no-build-isolation")
|
7 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
8 |
os.system("pip install librosa==0.9.2")
|
9 |
-
os.system("pip install numpy==1.22.
|
10 |
|
11 |
from modelscope.models.audio.tts import SambertHifigan
|
12 |
from modelscope.pipelines import pipeline
|
|
|
6 |
os.system("pip install pysptk --no-build-isolation")
|
7 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
8 |
os.system("pip install librosa==0.9.2")
|
9 |
+
os.system("pip install numpy==1.22.4")
|
10 |
|
11 |
from modelscope.models.audio.tts import SambertHifigan
|
12 |
from modelscope.pipelines import pipeline
|