mjbuehler commited on
Commit
a43169a
1 Parent(s): 9291f73

Update README.md

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