Commit
·
68d2818
1
Parent(s):
7c06d7a
update code formatting according to python
Browse filesChange the code formatting so It can reformat the code according to python.
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
|