SRUTHI123 commited on
Commit
c56e12e
·
verified ·
1 Parent(s): 2702a98

Upload 3 files

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