Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
bed94f9
1
Parent(s):
eff795b
Update app file
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with col2:
|
|
132 |
|
133 |
if submit:
|
134 |
# perform prediction
|
135 |
-
with st.spinner(text="Downloading model
|
136 |
detection_model = get_model()
|
137 |
|
138 |
image_size = 1280
|
|
|
132 |
|
133 |
if submit:
|
134 |
# perform prediction
|
135 |
+
with st.spinner(text="Downloading model weights ... "):
|
136 |
detection_model = get_model()
|
137 |
|
138 |
image_size = 1280
|