Spaces:
Running
Running
kevinwang676
commited on
Commit
·
65e1de4
1
Parent(s):
10f106d
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
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.2")
|
7 |
os.system("pip install numpy==1.22.0")
|
|
|
2 |
import gradio as gr
|
3 |
import random
|
4 |
|
5 |
+
os.system("pip install pysptk --no-build-isolation")
|
6 |
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
7 |
os.system("pip install librosa==0.9.2")
|
8 |
os.system("pip install numpy==1.22.0")
|