mlbench123 commited on
Commit
bc42890
·
verified ·
1 Parent(s): 66bac81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from ultralytics import YOLO
3
 
4
  # Load the YOLO model
5
- model = YOLO('best.pt')
6
 
7
  def predict(img, confidence_threshold):
8
  # Perform inference
 
2
  from ultralytics import YOLO
3
 
4
  # Load the YOLO model
5
+ model = YOLO('best1.pt')
6
 
7
  def predict(img, confidence_threshold):
8
  # Perform inference