Image Classification
PyTorch
torch
resnet
diagrams
computer-vision
Ayamohamed commited on
Commit
9230778
·
verified ·
1 Parent(s): f9fbaca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="dia_class_full.pth")
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)