Bhupen commited on
Commit
a9227a2
·
1 Parent(s): dae9a75

Object Detection intro

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -298,7 +298,9 @@ def main():
298
 
299
  """)
300
 
301
- st.image("image3.png", caption="Objects manually annotated with bounding boxes", width=300)
 
 
302
 
303
 
304
  if __name__ == "__main__":
 
298
 
299
  """)
300
 
301
+ image_url = "https://raw.githubusercontent.com/gridflowai/gridflowAI-datasets-icons/7ec17a8e039d53a1dac09d22270251e318649457/AI-icons-images/image_bounding_boxes.png"
302
+
303
+ st.image(image_url, caption="Objects manually annotated with bounding boxes", width=300)
304
 
305
 
306
  if __name__ == "__main__":