Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
56f49bb
1
Parent(s):
7092199
do not cache examples
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ with gr.Blocks() as demo:
|
|
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=
|
340 |
)
|
341 |
|
342 |
gr_check_btn.click(
|
|
|
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 |
|
342 |
gr_check_btn.click(
|