Update README.md
Browse files
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 |
|