martintomov commited on
Commit
6bbaa82
1 Parent(s): 48c6466

path update

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ Built on the `segment-anything` architecture, InsectSAM is fine-tuned on an inse
38
  ```python
39
  from transformers import AutoProcessor, AutoModelForMaskGeneration
40
 
41
- processor = AutoProcessor.from_pretrained("martintmv/InsectSAM")
42
- model = AutoModelForMaskGeneration.from_pretrained("martintmv/InsectSAM")
43
  ```
44
 
45
  ### Notebooks
 
38
  ```python
39
  from transformers import AutoProcessor, AutoModelForMaskGeneration
40
 
41
+ processor = AutoProcessor.from_pretrained("martintomov/InsectSAM")
42
+ model = AutoModelForMaskGeneration.from_pretrained("martintomov/InsectSAM")
43
  ```
44
 
45
  ### Notebooks