Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
|
|
203 |
|
204 |
default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
|
205 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|
206 |
-
voice_ref = gr.Audio(label="Reference Audio",
|
207 |
|
208 |
with gr.Tab("💕Super Natural"):
|
209 |
default_refine_text = "[oral_2][laugh_0][break_6]"
|
|
|
203 |
|
204 |
default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
|
205 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|
206 |
+
voice_ref = gr.Audio(label="Reference Audio", type="filepath", value="base_audio.mp3")
|
207 |
|
208 |
with gr.Tab("💕Super Natural"):
|
209 |
default_refine_text = "[oral_2][laugh_0][break_6]"
|