Update app.py
Browse files
app.py
CHANGED
|
@@ -92,18 +92,18 @@ gr.Interface(
|
|
| 92 |
description="Use Melo TTS for base synthesis and OpenVoice to apply a reference speaker's tone.",
|
| 93 |
).launch()
|
| 94 |
|
| 95 |
-
iface = gr.Interface(
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
)
|
| 105 |
|
| 106 |
-
iface.launch()
|
| 107 |
|
| 108 |
|
| 109 |
# import os
|
|
|
|
| 92 |
description="Use Melo TTS for base synthesis and OpenVoice to apply a reference speaker's tone.",
|
| 93 |
).launch()
|
| 94 |
|
| 95 |
+
# iface = gr.Interface(
|
| 96 |
+
# fn=clone_with_base_speaker,
|
| 97 |
+
# inputs=[
|
| 98 |
+
# gr.Textbox(label="Input Text", placeholder="Enter text to synthesize..."),
|
| 99 |
+
# gr.Dropdown(choices=base_speaker_choices, label="Select Base Speaker"),
|
| 100 |
+
# ],
|
| 101 |
+
# outputs=gr.Audio(type="filepath", label="Cloned Voice Output"),
|
| 102 |
+
# title="Voice Cloning with OpenVoice Base Speakers",
|
| 103 |
+
# description="Choose a base speaker from OpenVoice and enter text to generate voice."
|
| 104 |
+
# )
|
| 105 |
|
| 106 |
+
# iface.launch()
|
| 107 |
|
| 108 |
|
| 109 |
# import os
|