Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ User interface (UI) design is a difficult yet important task for ensuring the us
|
|
25 |
- **Language(s) (NLP):** English
|
26 |
- **License:** MIT
|
27 |
|
28 |
-
|
29 |
```python
|
30 |
import torch
|
31 |
from transformers import CLIPProcessor, CLIPModel
|
|
|
25 |
- **Language(s) (NLP):** English
|
26 |
- **License:** MIT
|
27 |
|
28 |
+
### Example Code
|
29 |
```python
|
30 |
import torch
|
31 |
from transformers import CLIPProcessor, CLIPModel
|