SRUTHI123 commited on
Commit
ea7249f
·
verified ·
1 Parent(s): da21175

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  # Model Initialization
9
 
10
- model = YOLO(r'C:\Users\SRUTHI\Desktop\python-app\yolo11l.pt')
11
 
12
  # Adjust the path to your YOLOv11 model
13
  # Function to detect actions in images
 
7
 
8
  # Model Initialization
9
 
10
+ model = YOLO('C:\\Users\\SRUTHI\\Desktop\\python-app\\yolo11l.pt')
11
 
12
  # Adjust the path to your YOLOv11 model
13
  # Function to detect actions in images