sob111 commited on
Commit
a7f5c5d
·
verified ·
1 Parent(s): bfd1232

Update finetune_xtts_hf.py

Browse files
Files changed (1) hide show
  1. finetune_xtts_hf.py +1 -1
finetune_xtts_hf.py CHANGED
@@ -153,7 +153,7 @@ import librosa
153
  from librosa.core import spectrum
154
 
155
  subprocess.run([
156
- "python", "/home/user/TTS/recipes/ljspeech/xtts_v2/train_gpt_xtts.py",
157
  "--config_path", CONFIG_PATH,
158
  "--restore_path", RESTORE_PATH
159
  ], check=True)
 
153
  from librosa.core import spectrum
154
 
155
  subprocess.run([
156
+ "python", "/home/user/app/train_gpt_xtts.py",
157
  "--config_path", CONFIG_PATH,
158
  "--restore_path", RESTORE_PATH
159
  ], check=True)