Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
2840963
1
Parent(s):
5d90ea3
do not run on click
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ with gr.Blocks() as demo:
|
|
335 |
[dataset_name, subset_dropdown, split_dropdown, text_column_dropdown, batch_size, num_examples],
|
336 |
[progress_bar, plot, df_low, df_medium, df_high, texts_df],
|
337 |
fn=run_quality_check,
|
338 |
-
run_on_click=
|
339 |
cache_examples=False,
|
340 |
)
|
341 |
|
|
|
335 |
[dataset_name, subset_dropdown, split_dropdown, text_column_dropdown, batch_size, num_examples],
|
336 |
[progress_bar, plot, df_low, df_medium, df_high, texts_df],
|
337 |
fn=run_quality_check,
|
338 |
+
run_on_click=False,
|
339 |
cache_examples=False,
|
340 |
)
|
341 |
|