Hilley commited on
Commit
faeba58
1 Parent(s): eb2c3bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def generate_audio(text, audio_ref, temperature, top_P, top_K, audio_seed_input,
88
 
89
  # Run the base speaker tts
90
  src_path = "tmp.wav"
91
- chat_tts(text, text, temperature, top_P, top_K, audio_seed_input, text_seed_input, refine_text_flag, refine_text_input, output_path=None, src_path)
92
 
93
  # Run the tone color converter
94
  encode_message = "@MyShell"
 
88
 
89
  # Run the base speaker tts
90
  src_path = "tmp.wav"
91
+ chat_tts(text, text, temperature, top_P, top_K, audio_seed_input, text_seed_input, refine_text_flag, refine_text_input, src_path)
92
 
93
  # Run the tone color converter
94
  encode_message = "@MyShell"