Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
|