Spaces:
Runtime error
Runtime error
updated app.py undo caching
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ if __name__ == "__main__":
|
|
222 |
gr.Label(label="Probabilities", show_label=False),
|
223 |
],
|
224 |
examples=examples,
|
225 |
-
cache_examples=
|
226 |
allow_flagging="never",
|
227 |
title="Medical Multi-Label Image Classification",
|
228 |
)
|
|
|
222 |
gr.Label(label="Probabilities", show_label=False),
|
223 |
],
|
224 |
examples=examples,
|
225 |
+
cache_examples=False,
|
226 |
allow_flagging="never",
|
227 |
title="Medical Multi-Label Image Classification",
|
228 |
)
|