Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
e274fea
1
Parent(s):
41fc875
update app
Browse files- streamlit_app.py +0 -1
streamlit_app.py
CHANGED
@@ -20,7 +20,6 @@ from PIL import Image as PILImage
|
|
20 |
CHECKPOINT_PATH = "./allsynthetic-imgsize768.pth"
|
21 |
|
22 |
|
23 |
-
@st.cache
|
24 |
def load_icevision_model():
|
25 |
return model_from_checkpoint(CHECKPOINT_PATH)
|
26 |
|
|
|
20 |
CHECKPOINT_PATH = "./allsynthetic-imgsize768.pth"
|
21 |
|
22 |
|
|
|
23 |
def load_icevision_model():
|
24 |
return model_from_checkpoint(CHECKPOINT_PATH)
|
25 |
|