nagasurendra commited on
Commit
ed33b94
·
verified ·
1 Parent(s): 1b65107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from ultralytics import YOLO
2
  import os
3
 
4
  # Define the correct path to config.yaml (in the root directory)
5
- config_path = '/app/config.yaml'
6
 
7
  # Load YOLO model
8
  model = YOLO("yolo11n.yaml") # You can choose a different model type like yolo5n, yolo6n, etc.
 
2
  import os
3
 
4
  # Define the correct path to config.yaml (in the root directory)
5
+ config_path = '/config.yaml'
6
 
7
  # Load YOLO model
8
  model = YOLO("yolo11n.yaml") # You can choose a different model type like yolo5n, yolo6n, etc.