AbstractPhil commited on
Commit
7ba2314
·
verified ·
1 Parent(s): fbd477f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -134,7 +134,7 @@ pip install -q git+https://github.com/AbstractEyes/lattice_vocabulary.git
134
  ### Loading Models
135
 
136
  ```python
137
- from geovocab2.train.model.vit_beatrix import SimplifiedGeometricClassifier
138
  from safetensors.torch import load_file
139
  from huggingface_hub import hf_hub_download
140
  import json
 
134
  ### Loading Models
135
 
136
  ```python
137
+ from geovocab2.train.model.core.vit_beatrix import SimplifiedGeometricClassifier
138
  from safetensors.torch import load_file
139
  from huggingface_hub import hf_hub_download
140
  import json