kevinwang676 commited on
Commit
965a6b9
·
1 Parent(s): 44fbc7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,9 +5,9 @@ from utils_base import get_dataset_list, get_model_list
5
  from utils_label import auto_label, delete_dataset
6
  from utils_sambert import train, infer, delete_model
7
 
 
8
  os.system("pip install pysptk --no-build-isolation")
9
  os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
10
-
11
  os.system("pip install tts-autolabel -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
12
 
13
 
 
5
  from utils_label import auto_label, delete_dataset
6
  from utils_sambert import train, infer, delete_model
7
 
8
+ os.system("pip install --upgrade Cython==0.29.35")
9
  os.system("pip install pysptk --no-build-isolation")
10
  os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
 
11
  os.system("pip install tts-autolabel -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
12
 
13