TIMBOVILL commited on
Commit
88f762b
1 Parent(s): 690800d

Update tabs/inference/inference.py

Browse files
Files changed (1) hide show
  1. tabs/inference/inference.py +1 -1
tabs/inference/inference.py CHANGED
@@ -332,7 +332,7 @@ def inference_tab():
332
  vc_output2 = gr.Audio(label=i18n("Export Audio"))
333
 
334
  # Batch inference tab
335
- with gr.Tab(i18n("Batch", visible=False)):
336
  with gr.Row():
337
  with gr.Column():
338
  input_folder_batch = gr.Textbox(
 
332
  vc_output2 = gr.Audio(label=i18n("Export Audio"))
333
 
334
  # Batch inference tab
335
+ with gr.Tab(i18n("Batch"), visible=False):
336
  with gr.Row():
337
  with gr.Column():
338
  input_folder_batch = gr.Textbox(