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