Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,6 @@ if st.session_state.step == 'input':
|
|
202 |
st.error("Failed to load the image. Please try another URL.")
|
203 |
else:
|
204 |
st.warning("Please enter an image URL.")
|
205 |
-
pass
|
206 |
|
207 |
elif st.session_state.step == 'select_category':
|
208 |
st.image(st.session_state.query_image, caption="Query Image", use_column_width=True)
|
|
|
202 |
st.error("Failed to load the image. Please try another URL.")
|
203 |
else:
|
204 |
st.warning("Please enter an image URL.")
|
|
|
205 |
|
206 |
elif st.session_state.step == 'select_category':
|
207 |
st.image(st.session_state.query_image, caption="Query Image", use_column_width=True)
|