Spaces:
Build error
Build error
Remove unsupported max_length param
Browse files
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)",
|