Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ The raw input text is:
|
|
65 |
### Sample inference code
|
66 |
|
67 |
Update your transformers installation if necessary:
|
68 |
-
```
|
69 |
pip install -U transformers
|
70 |
```
|
71 |
|
@@ -91,7 +91,7 @@ We are asking a question about this image, showing a material microstructure and
|
|
91 |
|
92 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/4JwIGSfl82hMEyHasOSU4.png)
|
93 |
|
94 |
-
```
|
95 |
import requests
|
96 |
import torch
|
97 |
from PIL import Image
|
|
|
65 |
### Sample inference code
|
66 |
|
67 |
Update your transformers installation if necessary:
|
68 |
+
```python
|
69 |
pip install -U transformers
|
70 |
```
|
71 |
|
|
|
91 |
|
92 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/4JwIGSfl82hMEyHasOSU4.png)
|
93 |
|
94 |
+
```python
|
95 |
import requests
|
96 |
import torch
|
97 |
from PIL import Image
|