Spaces:
Running
Running
Commit
·
2eada7d
1
Parent(s):
fe48c10
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
|
|
3 |
|
4 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
5 |
|
6 |
-
|
7 |
from modelscope.models.audio.tts import SambertHifigan
|
8 |
from modelscope.pipelines import pipeline
|
9 |
from modelscope.utils.constant import Tasks
|
|
|
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
|
8 |
from modelscope.utils.constant import Tasks
|