ezelpub commited on
Commit
d2669ff
·
verified ·
1 Parent(s): 9b23cba

Change the typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,5 +52,5 @@ class EfficientNetGPSModel(nn.Module, PyTorchModelHubMixin):
52
  Then you can download the model from HF by running, and this will also load the checkpoint automatically:
53
 
54
  ```python
55
- model = EfficientNetGPSModel.from_pretrained("cis519/efficient-net-gps")
56
  ```
 
52
  Then you can download the model from HF by running, and this will also load the checkpoint automatically:
53
 
54
  ```python
55
+ model = EfficientNetGPSModel.from_pretrained("cis519/efficient-Net")
56
  ```