Delete download.py
Browse files- download.py +0 -5
download.py
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
import os, sys
|
2 |
-
now_dir = os.getcwd()
|
3 |
-
sys.path.insert(0, now_dir)
|
4 |
-
from .text.g2pw import G2PWPinyin
|
5 |
-
g2pw = G2PWPinyin(model_dir="GPT_SoVITS/text/G2PWModel",model_source="GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large",v_to_u=False, neutral_tone_with_five=True)
|
|
|
|
|
|
|
|
|
|
|
|