Spaces:
Runtime error
Runtime error
Commit ·
7bd6e71
1
Parent(s): 528d581
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
REPO_ID = "camilacorreamelo/medicalinstruments"
|
| 7 |
-
FILENAME = "best (
|
| 8 |
|
| 9 |
yolov5_weights = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
|
| 10 |
|
|
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
REPO_ID = "camilacorreamelo/medicalinstruments"
|
| 7 |
+
FILENAME = "best (5).pt"
|
| 8 |
|
| 9 |
yolov5_weights = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
|
| 10 |
|