bryant1410 commited on
Commit
9a9cf93
1 Parent(s): 3e599cd

Add code highlighting to README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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