We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ec53f commit 6c72375Copy full SHA for 6c72375
tabs/full_inference.py
@@ -241,7 +241,7 @@ def full_inference_tab():
241
value=default_weight,
242
allow_custom_value=True,
243
)
244
-
+ with gr.Row():
245
index_file = gr.Dropdown(
246
label=i18n("Index File"),
247
info=i18n("Select the index file to use for the conversion."),
@@ -251,8 +251,10 @@ def full_inference_tab():
251
252
253
with gr.Column():
254
- refresh_button = gr.Button(i18n("Refresh"))
255
- unload_button = gr.Button(i18n("Unload Voice"))
+ refresh_button = gr.Button(i18n("Refresh"))
256
+
257
+ unload_button = gr.Button(i18n("Unload Voice"))
258
259
unload_button.click(
260
fn=lambda: (
0 commit comments