Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def generate_audio(text, audio_ref, temperature, top_P, top_K, audio_seed_input,
|
|
91 |
chat_tts(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 = "@
|
95 |
tone_color_converter.convert(
|
96 |
audio_src_path=src_path,
|
97 |
src_se=source_se,
|
|
|
91 |
chat_tts(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 = "@Hilley"
|
95 |
tone_color_converter.convert(
|
96 |
audio_src_path=src_path,
|
97 |
src_se=source_se,
|