LogicDataSolutions commited on
Commit
ff7fe97
·
verified ·
1 Parent(s): 73c1292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
 
5
  # Load BOTH models
6
  base_model = YOLO("yolo11s.pt")
7
- finetuned_model = YOLO("WildLife2-best.onnx")
8
 
9
  def compare_models(image, conf_threshold):
10
  """Compare base model vs fine-tuned model"""
 
4
 
5
  # Load BOTH models
6
  base_model = YOLO("yolo11s.pt")
7
+ finetuned_model = YOLO("WildLife3-best.onnx")
8
 
9
  def compare_models(image, conf_threshold):
10
  """Compare base model vs fine-tuned model"""