AmirKaseb commited on
Commit
be51e99
·
verified ·
1 Parent(s): 97e319a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if st.sidebar.button('Detect Objects'):
72
  st.write(box.xywh)
73
  except Exception as ex:
74
  st.write("No image is uploaded yet!")
75
- ```import PIL
76
  import streamlit as st
77
  from ultralytics import YOLO
78
 
 
72
  st.write(box.xywh)
73
  except Exception as ex:
74
  st.write("No image is uploaded yet!")
75
+ import PIL
76
  import streamlit as st
77
  from ultralytics import YOLO
78