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