Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
76 |
Use the code below to get started with the model.
|
77 |
|
78 |
[
|
79 |
-
|
80 |
import torch
|
81 |
from transformers import pipeline
|
82 |
import os
|
@@ -141,7 +141,7 @@ if __name__ == "__main__":
|
|
141 |
|
142 |
# Print the JSON string
|
143 |
print(json_result)
|
144 |
-
|
145 |
]
|
146 |
|
147 |
## Training Details
|
|
|
76 |
Use the code below to get started with the model.
|
77 |
|
78 |
[
|
79 |
+
```
|
80 |
import torch
|
81 |
from transformers import pipeline
|
82 |
import os
|
|
|
141 |
|
142 |
# Print the JSON string
|
143 |
print(json_result)
|
144 |
+
```
|
145 |
]
|
146 |
|
147 |
## Training Details
|