Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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)
|