Spaces:
Sleeping
Sleeping
Commit
·
63df90f
1
Parent(s):
df1df2c
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def load_model():
|
|
| 26 |
|
| 27 |
with st.spinner(text="Please wait while the model is loading...."):
|
| 28 |
# cache
|
| 29 |
-
model =
|
| 30 |
|
| 31 |
# APP
|
| 32 |
# set title and subtitle
|
|
|
|
| 26 |
|
| 27 |
with st.spinner(text="Please wait while the model is loading...."):
|
| 28 |
# cache
|
| 29 |
+
model = load_model()
|
| 30 |
|
| 31 |
# APP
|
| 32 |
# set title and subtitle
|