Skip to content

Commit 6c72375

Browse files
authored
Update full_inference.py
1 parent 22ec53f commit 6c72375

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tabs/full_inference.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def full_inference_tab():
241241
value=default_weight,
242242
allow_custom_value=True,
243243
)
244-
244+
with gr.Row():
245245
index_file = gr.Dropdown(
246246
label=i18n("Index File"),
247247
info=i18n("Select the index file to use for the conversion."),
@@ -251,8 +251,10 @@ def full_inference_tab():
251251
allow_custom_value=True,
252252
)
253253
with gr.Column():
254-
refresh_button = gr.Button(i18n("Refresh"))
255-
unload_button = gr.Button(i18n("Unload Voice"))
254+
with gr.Row():
255+
refresh_button = gr.Button(i18n("Refresh"))
256+
257+
unload_button = gr.Button(i18n("Unload Voice"))
256258

257259
unload_button.click(
258260
fn=lambda: (

0 commit comments

Comments
 (0)