camilacorreamelo commited on
Commit
7bd6e71
·
1 Parent(s): 528d581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (3).pt"
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