Hammad712 commited on
Commit
f570230
1 Parent(s): ba17129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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...'):