unnati026 commited on
Commit
ffc50d9
1 Parent(s): cb5912f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -19,6 +19,12 @@ red_tint = np.array([[[0, 0, 255]]], dtype=np.uint8)
19
 
20
  model1 = YOLO('yolov8n.pt')
21
 
 
 
 
 
 
 
22
  st.title("Object Detection and Recognition")
23
 
24
  st.write("""
 
19
 
20
  model1 = YOLO('yolov8n.pt')
21
 
22
+ # Set the theme to light mode
23
+ # st.set_theme("light")
24
+
25
+ # Set page config
26
+ st.set_page_config(page_title="Object Detection App", page_icon="🚗")
27
+
28
  st.title("Object Detection and Recognition")
29
 
30
  st.write("""