Add code highlighting to README
#2
by
bryant1410
- opened
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
|