Spaces:
Running
Running
kevinwang676
commited on
Commit
·
239000b
1
Parent(s):
002a659
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import gradio as gr
|
3 |
|
4 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
|
|
5 |
|
6 |
from modelscope.models.audio.tts import SambertHifigan
|
7 |
from modelscope.pipelines import pipeline
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
5 |
+
os.system("pip install numpy==1.22.0")
|
6 |
|
7 |
from modelscope.models.audio.tts import SambertHifigan
|
8 |
from modelscope.pipelines import pipeline
|