Update README.md
Browse files
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
|