Daniel Cerda Escobar commited on
Commit
bed94f9
·
1 Parent(s): eff795b

Update app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with col2:
132
 
133
  if submit:
134
  # perform prediction
135
- with st.spinner(text="Downloading model weight ... "):
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