Commit
·
23d9516
1
Parent(s):
9d85f51
disable caching
Browse files
app.py
CHANGED
@@ -190,8 +190,7 @@ def load_interface():
|
|
190 |
inputs=inputs,
|
191 |
outputs=[uhi, uhi_label, feature_contributions, plot],
|
192 |
examples=load_examples("examples.csv"),
|
193 |
-
cache_examples=
|
194 |
-
cache_mode='lazy',
|
195 |
title="Interact with The ResNet UHI Model",
|
196 |
description="This model predicts the Urban Heat Island (UHI) index based on various environmental and urban factors. Adjust the inputs to see how they affect the UHI index prediction.",
|
197 |
)
|
|
|
190 |
inputs=inputs,
|
191 |
outputs=[uhi, uhi_label, feature_contributions, plot],
|
192 |
examples=load_examples("examples.csv"),
|
193 |
+
cache_examples=False,
|
|
|
194 |
title="Interact with The ResNet UHI Model",
|
195 |
description="This model predicts the Urban Heat Island (UHI) index based on various environmental and urban factors. Adjust the inputs to see how they affect the UHI index prediction.",
|
196 |
)
|