Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,5 +37,6 @@ gr.Interface(inference,
|
|
| 37 |
gr.outputs.Image(label='Uncertainty Map')],
|
| 38 |
title=title,
|
| 39 |
description=description,
|
| 40 |
-
examples=examples
|
|
|
|
| 41 |
).launch()
|
|
|
|
| 37 |
gr.outputs.Image(label='Uncertainty Map')],
|
| 38 |
title=title,
|
| 39 |
description=description,
|
| 40 |
+
examples=examples,
|
| 41 |
+
cache_examples=True,
|
| 42 |
).launch()
|