Umong commited on
Commit
abe6ed2
·
verified ·
1 Parent(s): 1bb4d60

Remove unsupported max_length param

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -222,9 +222,8 @@ with gr.Blocks(title="Bengali TTS") as demo:
222
  with gr.Row():
223
  with gr.Column():
224
  ref_audio = gr.Audio(
225
- label="Reference Audio (record or upload)",
226
  type="filepath",
227
- max_length=15,
228
  )
229
  gen_text = gr.Textbox(
230
  label="Text to Generate (Bengali)",
 
222
  with gr.Row():
223
  with gr.Column():
224
  ref_audio = gr.Audio(
225
+ label="Reference Audio (record or upload, max 15s)",
226
  type="filepath",
 
227
  )
228
  gen_text = gr.Textbox(
229
  label="Text to Generate (Bengali)",