Spaces:
Running
Running
Update tabs/inference/inference.py
Browse files
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")
|
| 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")):
|
| 336 |
with gr.Row():
|
| 337 |
with gr.Column():
|
| 338 |
input_folder_batch = gr.Textbox(
|