Update README.md
Browse files
README.md
CHANGED
@@ -227,7 +227,7 @@ print(prediction(model, processor, [image], "medium")) # Options: low, medium, h
|
|
227 |
|
228 |
Example output:
|
229 |
|
230 |
-
```
|
231 |
[
|
232 |
{'label': 'neutral', 'score': 0.92},
|
233 |
{'label': 'low', 'score': 0.08},
|
|
|
227 |
|
228 |
Example output:
|
229 |
|
230 |
+
```python
|
231 |
[
|
232 |
{'label': 'neutral', 'score': 0.92},
|
233 |
{'label': 'low', 'score': 0.08},
|