Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -257,7 +257,7 @@ gradio_app = gradio.Interface(
|
|
| 257 |
gradio.Label(label="Predicted Probabilities", show_label=False)],
|
| 258 |
|
| 259 |
examples = example_list,
|
| 260 |
-
cache_examples =
|
| 261 |
title = "ChestVision",
|
| 262 |
description = "Deep ConvNet-based solutions for assistive medical diagnosis",
|
| 263 |
article = "Author: C. Foli (02.2026) | Website: coming soon...")
|
|
|
|
| 257 |
gradio.Label(label="Predicted Probabilities", show_label=False)],
|
| 258 |
|
| 259 |
examples = example_list,
|
| 260 |
+
cache_examples = False,
|
| 261 |
title = "ChestVision",
|
| 262 |
description = "Deep ConvNet-based solutions for assistive medical diagnosis",
|
| 263 |
article = "Author: C. Foli (02.2026) | Website: coming soon...")
|