SohomToom commited on
Commit
e2fd223
·
verified ·
1 Parent(s): a5f420b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ Upload a `.docx` file and convert each paragraph to audio. You can also try a sh
173
  """)
174
 
175
  with gr.Row():
176
- sample_text = gr.Textbox(label="Sample Text (Max 500 chars)", max_lines=4, lines=3, max_length=500)
177
  speaker_dropdown = gr.Dropdown(label="Select Speaker", choices=SPEAKER_CHOICES, value=SPEAKER_CHOICES[0])
178
 
179
  # sample_button = gr.Button("Generate Sample Audio")
 
173
  """)
174
 
175
  with gr.Row():
176
+ #sample_text = gr.Textbox(label="Sample Text (Max 500 chars)", max_lines=4, lines=3, max_length=500)
177
  speaker_dropdown = gr.Dropdown(label="Select Speaker", choices=SPEAKER_CHOICES, value=SPEAKER_CHOICES[0])
178
 
179
  # sample_button = gr.Button("Generate Sample Audio")