Update xtts.py
Browse files
xtts.py
CHANGED
@@ -13,7 +13,7 @@ import torchaudio
|
|
13 |
|
14 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
15 |
model_dir=os.environ.get("MODEL_DIR")
|
16 |
-
model_path=
|
17 |
config_path=f'{model_dir}/config.json'
|
18 |
vocoder_config_path=f'{model_dir}/vocab.json'
|
19 |
|
|
|
13 |
|
14 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
15 |
model_dir=os.environ.get("MODEL_DIR")
|
16 |
+
model_path=model_dir
|
17 |
config_path=f'{model_dir}/config.json'
|
18 |
vocoder_config_path=f'{model_dir}/vocab.json'
|
19 |
|