newtechdevng commited on
Commit
6b530b5
·
verified ·
1 Parent(s): a6288da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
 
6
  # Load your model from your HF repo
7
  model = torch.load(
8
- hf_hub_download(repo_id="newtechdevng/detect", filename="your_model_file.pt"),
9
  map_location="cpu"
10
  )
11
  model.eval()
 
5
 
6
  # Load your model from your HF repo
7
  model = torch.load(
8
+ hf_hub_download(repo_id="newtechdevng/detect", filename="best.pt"),
9
  map_location="cpu"
10
  )
11
  model.eval()