nagasurendra commited on
Commit
5099bc6
·
verified ·
1 Parent(s): b6fe3f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from ultralytics import YOLO
5
 
6
  # Load YOLOv8 model
7
- model = YOLO('./data/model.pt') # Path to your model
8
 
9
  # Define the function that processes the uploaded video
10
  def process_video(video):
 
4
  from ultralytics import YOLO
5
 
6
  # Load YOLOv8 model
7
+ model = YOLO('./data/best.pt') # Path to your model
8
 
9
  # Define the function that processes the uploaded video
10
  def process_video(video):