Commit
·
35fdb19
1
Parent(s):
1da588b
turned off live
Browse files
app.py
CHANGED
@@ -189,7 +189,6 @@ def load_interface():
|
|
189 |
predict,
|
190 |
inputs=inputs,
|
191 |
outputs=[uhi, uhi_label, feature_contributions, plot],
|
192 |
-
live=True,
|
193 |
examples=load_examples("examples.csv"),
|
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.",
|
|
|
189 |
predict,
|
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.",
|