ddriscoll commited on
Commit
9b87ff8
·
verified ·
1 Parent(s): b9f4225

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ else:
29
 
30
  # YOLO detection model – load the .pt file from a Hugging Face repo.
31
  # Replace "your-hf-username/your-yolov8-model" and "model.pt" with your actual repo id and filename.
32
- yolo_weights_path = hf_hub_download(repo_id="your-hf-username/your-yolov8-model", filename="model.pt")
33
  yolo_model = YOLO(yolo_weights_path)
34
 
35
  # QA pipeline (for Ask Eurybia)
 
29
 
30
  # YOLO detection model – load the .pt file from a Hugging Face repo.
31
  # Replace "your-hf-username/your-yolov8-model" and "model.pt" with your actual repo id and filename.
32
+ yolo_weights_path = hf_hub_download(repo_id="FathomNet/MBARI-315k-yolov8", filename="mbari_315k_yolov8.pt")
33
  yolo_model = YOLO(yolo_weights_path)
34
 
35
  # QA pipeline (for Ask Eurybia)