Fix a small formatting bug

#30
by qingy2024 - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ The original implementation had two variants: one using a ResNet image encoder a
34
 
35
  ### Use with Transformers
36
 
37
- ```python3
38
  from PIL import Image
39
  import requests
40
 
 
34
 
35
  ### Use with Transformers
36
 
37
+ ```python
38
  from PIL import Image
39
  import requests
40