Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
57e5778
1
Parent(s):
e274fea
update app
Browse files- streamlit_app.py +0 -1
streamlit_app.py
CHANGED
@@ -24,7 +24,6 @@ def load_icevision_model():
|
|
24 |
return model_from_checkpoint(CHECKPOINT_PATH)
|
25 |
|
26 |
|
27 |
-
@st.cache
|
28 |
def load_fastai_model():
|
29 |
return load_learner("fastai-classification-model.pkl")
|
30 |
|
|
|
24 |
return model_from_checkpoint(CHECKPOINT_PATH)
|
25 |
|
26 |
|
|
|
27 |
def load_fastai_model():
|
28 |
return load_learner("fastai-classification-model.pkl")
|
29 |
|