SohomToom commited on
Commit
92eba2d
·
verified ·
1 Parent(s): a50e211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
168
  prompt_dropdown = gr.Dropdown(label="Select Prompt", visible=False)
169
 
170
  # Sample text box
171
- sample_textbox = gr.Textbox(label="Enter Sample Text (Max 500 characters)", max_lines=5, max_chars=500)
172
  sample_audio = gr.Audio(label="Sample Output Audio", type="filepath")
173
 
174
  # Define metadata choices for speakers (Coqui and VCTK)
 
168
  prompt_dropdown = gr.Dropdown(label="Select Prompt", visible=False)
169
 
170
  # Sample text box
171
+ sample_textbox = gr.Textbox(label="Enter Sample Text (Max 500 characters)", max_lines=5)
172
  sample_audio = gr.Audio(label="Sample Output Audio", type="filepath")
173
 
174
  # Define metadata choices for speakers (Coqui and VCTK)