Commit
•
ac16108
1
Parent(s):
3e599cd
Add code highlighting to README (#2)
Browse files- Add code highlighting to README (9a9cf937c9944727bd49787baa7ea78c1363a999)
Co-authored-by: Santiago Castro <bryant1410@users.noreply.huggingface.co>
README.md
CHANGED
@@ -23,7 +23,7 @@ This model has been converted to PyTorch from the original JAX checkpoints in [B
|
|
23 |
|
24 |
## Model Usage
|
25 |
### With OpenCLIP
|
26 |
-
```
|
27 |
import torch
|
28 |
import torch.nn.functional as F
|
29 |
from urllib.request import urlopen
|
|
|
23 |
|
24 |
## Model Usage
|
25 |
### With OpenCLIP
|
26 |
+
```python
|
27 |
import torch
|
28 |
import torch.nn.functional as F
|
29 |
from urllib.request import urlopen
|