update code formatting according to python
#5
by
imjunaidafzal
- opened
README.md
CHANGED
@@ -142,7 +142,7 @@ The model is intended for commercial and research use in English and can be fine
|
|
142 |
|
143 |
Use the code below to get started with the model.
|
144 |
|
145 |
-
```
|
146 |
# pip install -q transformers
|
147 |
|
148 |
import torch
|
|
|
142 |
|
143 |
Use the code below to get started with the model.
|
144 |
|
145 |
+
```python
|
146 |
# pip install -q transformers
|
147 |
|
148 |
import torch
|