Commit
·
64213d1
1
Parent(s):
8cbac4e
disable cache
Browse files
app.py
CHANGED
@@ -194,8 +194,7 @@ def load_interface():
|
|
194 |
inputs=inputs,
|
195 |
outputs=[uhi, uhi_label, feature_contributions, plot],
|
196 |
examples=load_examples("examples.csv"),
|
197 |
-
|
198 |
-
# cache_mode='lazy',
|
199 |
title="Interact with The ResNet UHI Model",
|
200 |
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.",
|
201 |
)
|
|
|
194 |
inputs=inputs,
|
195 |
outputs=[uhi, uhi_label, feature_contributions, plot],
|
196 |
examples=load_examples("examples.csv"),
|
197 |
+
cache_examples=False,
|
|
|
198 |
title="Interact with The ResNet UHI Model",
|
199 |
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.",
|
200 |
)
|