julien-c HF staff commited on
Commit
e117ec5
1 Parent(s): e45c025

Fix syntax highlighting

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ The original implementation had two variants: one using a ResNet image encoder a
30
 
31
  ### Use with Transformers
32
 
33
- ```python3
34
  from PIL import Image
35
  import requests
36
 
 
30
 
31
  ### Use with Transformers
32
 
33
+ ```python
34
  from PIL import Image
35
  import requests
36