Spaces:
Runtime error
Runtime error
Daniel Cerda Escobar
commited on
Commit
•
a0bea70
1
Parent(s):
7002e2c
Resize image
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ if submit:
|
|
220 |
):
|
221 |
detection_model = get_model()
|
222 |
|
223 |
-
image_size =
|
224 |
|
225 |
with st.spinner(
|
226 |
text="Performing prediction.. " + st.session_state["last_spinner_texts"].get()
|
|
|
220 |
):
|
221 |
detection_model = get_model()
|
222 |
|
223 |
+
image_size = 1280
|
224 |
|
225 |
with st.spinner(
|
226 |
text="Performing prediction.. " + st.session_state["last_spinner_texts"].get()
|