Update README.md
Browse files
README.md
CHANGED
|
@@ -40,11 +40,8 @@ It can answer questions related to regulations and provide detailed information
|
|
| 40 |
|
| 41 |
|
| 42 |
## Uses
|
| 43 |
-
```python
|
| 44 |
-
|
| 45 |
!pip install --upgrade transformers
|
| 46 |
-
|
| 47 |
-
|
| 48 |
import transformers
|
| 49 |
import torch
|
| 50 |
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
## Uses
|
|
|
|
|
|
|
| 43 |
!pip install --upgrade transformers
|
| 44 |
+
```python
|
|
|
|
| 45 |
import transformers
|
| 46 |
import torch
|
| 47 |
|