Update README.md
Browse filestypo in the filename variable
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 |
-
|
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 |
```
|