Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
-
import spaces
|
4 |
import tqdm
|
5 |
cnhubert_base_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
6 |
bert_path = "GPT_SoVITS\pretrained_models\chinese-roberta-wwm-ext-large"
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
+
#import spaces
|
4 |
import tqdm
|
5 |
cnhubert_base_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
6 |
bert_path = "GPT_SoVITS\pretrained_models\chinese-roberta-wwm-ext-large"
|