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