fantos commited on
Commit
1c14b98
·
verified ·
1 Parent(s): bb90c13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box(elem_classes="options-panel"):
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",