Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,6 @@ elif image_url:
|
|
| 105 |
st.error(f"Failed to load image from URL: {e}")
|
| 106 |
|
| 107 |
if image is not None:
|
| 108 |
-
st.image(image, caption='Original Image', use_column_width=True)
|
| 109 |
-
|
| 110 |
if st.button("Run Inference"):
|
| 111 |
# Perform inference
|
| 112 |
with st.spinner('Processing...'):
|
|
|
|
| 105 |
st.error(f"Failed to load image from URL: {e}")
|
| 106 |
|
| 107 |
if image is not None:
|
|
|
|
|
|
|
| 108 |
if st.button("Run Inference"):
|
| 109 |
# Perform inference
|
| 110 |
with st.spinner('Processing...'):
|