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

Update finetune_xtts_hf.py

Browse files
Files changed (1) hide show
  1. finetune_xtts_hf.py +2 -2
finetune_xtts_hf.py CHANGED
@@ -154,8 +154,8 @@ 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)
160
 
161
  # subprocess.run([
 
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)
160
 
161
  # subprocess.run([