SeanWei2 commited on
Commit
5c5e3f3
1 Parent(s): ab03c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ else:
96
  pil_img = PILImage.create(BytesIO(response.content))
97
  detect_modify(pil_img, model, conf=conf, imgsz=imgsz, conf_thres=conf_thres, iou_thres=iou_thres)
98
  except:
99
- st.text("Problem reading image from the provided URL.")
 
96
  pil_img = PILImage.create(BytesIO(response.content))
97
  detect_modify(pil_img, model, conf=conf, imgsz=imgsz, conf_thres=conf_thres, iou_thres=iou_thres)
98
  except:
99
+ st.text("Problem reading image from the provided URL.")