nebulette commited on
Commit
e53b411
·
verified ·
1 Parent(s): 6ed523c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ Rename the downloaded folder to "path/to/your/project/tipsv2_b14_vision_module",
27
  ```python
28
  from tipsv2_b14_vision_module import TIPSv2ImageModel
29
 
30
- model = TIPSv2ImageModel.from_pretrained("google/tipsv2-b14", trust_remote_code=True)
31
  model.eval()
32
  ```
33
 
 
27
  ```python
28
  from tipsv2_b14_vision_module import TIPSv2ImageModel
29
 
30
+ model = TIPSv2ImageModel.from_pretrained("nebulette/tipsv2-b14-vision-module", trust_remote_code=True)
31
  model.eval()
32
  ```
33