Spaces:
Runtime error
Runtime error
Commit ·
df68519
1
Parent(s): 7c828a1
Update app.py
Browse files
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.
|
| 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
|