okunator commited on
Commit
de38e87
·
verified ·
1 Parent(s): 90ecaef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ pip install albumentations
25
  ```python
26
  from cellseg_models_pytorch.models.cellvit import CellVit
27
 
28
- model = CellVit.from_pretrained("csmp-hub/cellvit-histo-hgsc-nuc-v1")
29
  ```
30
 
31
  ## 3. Run inference for one image
 
25
  ```python
26
  from cellseg_models_pytorch.models.cellvit import CellVit
27
 
28
+ model = CellVit.from_pretrained("hgsc_v1_efficientnet_b5")
29
  ```
30
 
31
  ## 3. Run inference for one image