akoci commited on
Commit
acdc1f4
1 Parent(s): 5b0ec05

Update README.md

Browse files

typo in the filename variable

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
  ```