Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
156 |
)
|
157 |
|
158 |
# Options panel below the output
|
159 |
-
with gr.
|
160 |
speaker_dropdown = gr.Dropdown(
|
161 |
choices=get_available_speakers(),
|
162 |
value="en_male_1",
|
|
|
156 |
)
|
157 |
|
158 |
# Options panel below the output
|
159 |
+
with gr.Group(elem_classes="options-panel"):
|
160 |
speaker_dropdown = gr.Dropdown(
|
161 |
choices=get_available_speakers(),
|
162 |
value="en_male_1",
|