Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ import torch
|
|
| 74 |
from huggingface_hub import hf_hub_download
|
| 75 |
|
| 76 |
# Download model from Hugging Face Hub
|
| 77 |
-
model_path = hf_hub_download(repo_id="Ayamohamed/DiaClassification", filename="
|
| 78 |
|
| 79 |
# Load model
|
| 80 |
model_hg = torch.load(model_path)
|
|
|
|
| 74 |
from huggingface_hub import hf_hub_download
|
| 75 |
|
| 76 |
# Download model from Hugging Face Hub
|
| 77 |
+
model_path = hf_hub_download(repo_id="Ayamohamed/DiaClassification", filename="model.pth")
|
| 78 |
|
| 79 |
# Load model
|
| 80 |
model_hg = torch.load(model_path)
|