datascientist22 commited on
Commit
f167ce4
·
verified ·
1 Parent(s): f65eedd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,7 +9,9 @@ import os
9
  model = YOLO("yolov8n.pt")
10
 
11
  # Streamlit app title and creator information
 
12
  st.markdown("Created by: [Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
 
13
  st.title("🎥 YOLOv8 Object Detection on Videos")
14
 
15
  # Sidebar for video upload
 
9
  model = YOLO("yolov8n.pt")
10
 
11
  # Streamlit app title and creator information
12
+
13
  st.markdown("Created by: [Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
14
+
15
  st.title("🎥 YOLOv8 Object Detection on Videos")
16
 
17
  # Sidebar for video upload