Spaces:
Running
on
Zero
Running
on
Zero
baseline08_beta0.4.2.1_07Oct25: Quick fix: show_progress_on=log_output
Browse files- ui/gradio_ui.py +1 -0
ui/gradio_ui.py
CHANGED
|
@@ -540,6 +540,7 @@ def build_interface() -> gr.Blocks:
|
|
| 540 |
fn=convert_batch,
|
| 541 |
inputs=inputs_arg,
|
| 542 |
outputs=[process_button, log_output, files_individual_JSON, files_individual_downloads],
|
|
|
|
| 543 |
)
|
| 544 |
except Exception as exc:
|
| 545 |
tb = traceback.format_exc()
|
|
|
|
| 540 |
fn=convert_batch,
|
| 541 |
inputs=inputs_arg,
|
| 542 |
outputs=[process_button, log_output, files_individual_JSON, files_individual_downloads],
|
| 543 |
+
show_progress_on=log_output
|
| 544 |
)
|
| 545 |
except Exception as exc:
|
| 546 |
tb = traceback.format_exc()
|