nagasurendra commited on
Commit
a762b1b
·
1 Parent(s): 372b385

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):