FranciscoLozDataScience commited on
Commit
cf46557
·
1 Parent(s): d287ef6

enable cache

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -190,7 +190,6 @@ def load_interface():
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
  )
 
190
  inputs=inputs,
191
  outputs=[uhi, uhi_label, feature_contributions, plot],
192
  examples=load_examples("examples.csv"),
 
193
  title="Interact with The ResNet UHI Model",
194
  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.",
195
  )