Benjy commited on
Commit
7dbe229
·
verified ·
1 Parent(s): eb6f241

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = YOLO('yolov8n.pt')
10
  # Streamlit app
11
  def main():
12
  st.title("Object Detection - General Use")
13
- st.write("This is a general use object detection space using YOLOv8")
14
  st.header("Upload an Image")
15
  # Upload image
16
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
 
10
  # Streamlit app
11
  def main():
12
  st.title("Object Detection - General Use")
13
+ st.write("This is a general use object detection space using YOLOv8. For more complex projects, video, or real-time object detection, can be implemented.")
14
  st.header("Upload an Image")
15
  # Upload image
16
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])