Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|