fede97 commited on
Commit
6051e9c
·
verified ·
1 Parent(s): 3fa4def

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -32,6 +32,8 @@ See the snippet below for usage with Transformers:
32
  >>> model = CLIPModel.from_pretrained(model_id)
33
  ```
34
 
 
 
35
 
36
  ## Model Details
37
 
 
32
  >>> model = CLIPModel.from_pretrained(model_id)
33
  ```
34
 
35
+ If you want to use Safe-CLIP within the OpenCLIP library, check out this [repo](https://github.com/aimagelab/safe-clip).
36
+
37
 
38
  ## Model Details
39