Object Detection
Transformers
English
Javiai akoci commited on
Commit
3df8edd
·
verified ·
1 Parent(s): 5b0ec05

Update README.md (#1)

Browse files

- Update README.md (acdc1f4ec112d8794579075d211c4606906a6ca3)


Co-authored-by: Art Koci <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ from huggingface_hub import hf_hub_download
24
  import torch
25
 
26
  repo_id = "Javiai/3dprintfails-yolo5vs"
27
- filenam = "model_torch.pt"
28
 
29
  model_path = hf_hub_download(repo_id=repo_id, filename=filename)
30
  ```
 
24
  import torch
25
 
26
  repo_id = "Javiai/3dprintfails-yolo5vs"
27
+ filename = "model_torch.pt"
28
 
29
  model_path = hf_hub_download(repo_id=repo_id, filename=filename)
30
  ```