Pipe1213 commited on
Commit
3f392ee
·
verified ·
1 Parent(s): a78c2eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 on IPA phonemes", 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")
 
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")