brindhamanick commited on
Commit
7a2b79e
·
verified ·
1 Parent(s): 189e531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1957,7 +1957,7 @@ def GradioSetup(UTheme=gr.themes.Soft()):
1957
  )
1958
  with gr.Tabs():
1959
  with gr.TabItem(i18n("Model Inference")):
1960
- with gr.Accordionow():
1961
  sid0 = gr.Dropdown(label=i18n("Inferencing voice:"), choices=sorted(names), value=default_weight)
1962
  refresh_button = gr.Button(i18n("Refresh"), variant="primary")
1963
  clean_button = gr.Button(i18n("Unload voice to save GPU memory"), variant="primary")
 
1957
  )
1958
  with gr.Tabs():
1959
  with gr.TabItem(i18n("Model Inference")):
1960
+ with gr.Accordion():
1961
  sid0 = gr.Dropdown(label=i18n("Inferencing voice:"), choices=sorted(names), value=default_weight)
1962
  refresh_button = gr.Button(i18n("Refresh"), variant="primary")
1963
  clean_button = gr.Button(i18n("Unload voice to save GPU memory"), variant="primary")