rockdrigoma commited on
Commit
33b51a6
1 Parent(s): a7161ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def load_model(xtts_checkpoint, xtts_config, xtts_vocab):
49
 
50
  print("Model Loaded!")
51
 
52
- def run_tts(lang='es', tts_text, speaker_audio_file):
53
  if XTTS_MODEL is None or not speaker_audio_file:
54
  return "You need to run the previous step to load the model !!", None, None
55
 
 
49
 
50
  print("Model Loaded!")
51
 
52
+ def run_tts(lang, tts_text, speaker_audio_file):
53
  if XTTS_MODEL is None or not speaker_audio_file:
54
  return "You need to run the previous step to load the model !!", None, None
55