Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def generate_audio(text, audio_ref, temperature, top_P, top_K, audio_seed_input,
|
|
98 |
# Run the tone color converter
|
99 |
encode_message = "@Hilley"
|
100 |
# convert from file
|
101 |
-
tone_color_converter.
|
102 |
audio_src_path=src_path,
|
103 |
src_se=source_se,
|
104 |
tgt_se=target_se,
|
|
|
98 |
# Run the tone color converter
|
99 |
encode_message = "@Hilley"
|
100 |
# convert from file
|
101 |
+
tone_color_converter.convert(
|
102 |
audio_src_path=src_path,
|
103 |
src_se=source_se,
|
104 |
tgt_se=target_se,
|