Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def tts(text, speaker_id, tab_name):
|
|
89 |
def create_tab(tab_name):
|
90 |
with gr.TabItem(tab_name):
|
91 |
gr.Markdown(f"### {tab_name} TTS Model")
|
92 |
-
tts_input1 = gr.TextArea(label="Text in Walloon
|
93 |
tts_input2 = gr.Dropdown(label="Speaker", choices=["Male", "Female"], type="index", value="Male")
|
94 |
tts_submit = gr.Button("Generate", variant="primary")
|
95 |
tts_output1 = gr.Textbox(label="Message")
|
|
|
89 |
def create_tab(tab_name):
|
90 |
with gr.TabItem(tab_name):
|
91 |
gr.Markdown(f"### {tab_name} TTS Model")
|
92 |
+
tts_input1 = gr.TextArea(label="Text in Walloon", value="")
|
93 |
tts_input2 = gr.Dropdown(label="Speaker", choices=["Male", "Female"], type="index", value="Male")
|
94 |
tts_submit = gr.Button("Generate", variant="primary")
|
95 |
tts_output1 = gr.Textbox(label="Message")
|