sob111 commited on
Commit
ab507d9
·
verified ·
1 Parent(s): 3b36d05

Update finetune_xtts_hf.py

Browse files
Files changed (1) hide show
  1. finetune_xtts_hf.py +1 -1
finetune_xtts_hf.py CHANGED
@@ -18,7 +18,7 @@ else:
18
  print("=== Iniciando entrenamiento XTTSv2 ===")
19
  try:
20
  subprocess.run(
21
- ["python", "-m", "TTS.bin.train", "--config_path", CONFIG_PATH],
22
  check=True
23
  )
24
  except subprocess.CalledProcessError:
 
18
  print("=== Iniciando entrenamiento XTTSv2 ===")
19
  try:
20
  subprocess.run(
21
+ ["tts", "--config_path", CONFIG_PATH],
22
  check=True
23
  )
24
  except subprocess.CalledProcessError: