Shreshth Gandhi
commited on
Commit
·
d218a58
1
Parent(s):
85d28fc
Fix import path for `ComposerTX` in README.md example
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ We provide pretrained weights for three model sizes:
|
|
| 34 |
Load a model directly from Hugging Face and generate cell embeddings:
|
| 35 |
|
| 36 |
```python
|
| 37 |
-
from
|
| 38 |
import scanpy as sc
|
| 39 |
|
| 40 |
# Load model from Hugging Face in a single line
|
|
|
|
| 34 |
Load a model directly from Hugging Face and generate cell embeddings:
|
| 35 |
|
| 36 |
```python
|
| 37 |
+
from tahoe_x1.model import ComposerTX
|
| 38 |
import scanpy as sc
|
| 39 |
|
| 40 |
# Load model from Hugging Face in a single line
|