Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ state = st.session_state
|
|
40 |
|
41 |
if "loaded_model" not in state:
|
42 |
with st.spinner('Loading model. This may take a few seconds...'):
|
43 |
-
|
44 |
|
45 |
if "lat" not in state:
|
46 |
state.lat = 39.11
|
|
|
40 |
|
41 |
if "loaded_model" not in state:
|
42 |
with st.spinner('Loading model. This may take a few seconds...'):
|
43 |
+
state.loaded_model = keras.models.load_model("0.0008-0.92.keras")
|
44 |
|
45 |
if "lat" not in state:
|
46 |
state.lat = 39.11
|