Fix syntax highlighting
Browse files
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 |
-
```
|
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 |
|