cocktailpeanut commited on
Commit
59fc18d
·
1 Parent(s): 6025f40
Files changed (1) hide show
  1. app_locally.py +1 -1
app_locally.py CHANGED
@@ -72,7 +72,7 @@ def predict(prompt, audio_file_pth, mic_file_path, use_mic, language):
72
  speed = 1.0
73
 
74
  #tts_model.tts_to_file(prompt, speaker_id, src_path, speaker=style, language=language)
75
- tts_model.tts_to_file(prompt, speaker_id, src_path, language=language)
76
 
77
  save_path = f'{output_dir}/output.wav'
78
  # Run the tone color converter
 
72
  speed = 1.0
73
 
74
  #tts_model.tts_to_file(prompt, speaker_id, src_path, speaker=style, language=language)
75
+ tts_model.tts_to_file(prompt, speaker_id, src_path)
76
 
77
  save_path = f'{output_dir}/output.wav'
78
  # Run the tone color converter