Update README.md
Browse files
README.md
CHANGED
@@ -77,11 +77,11 @@ outputs = predict(path, sampling_rate)
|
|
77 |
|
78 |
```bash
|
79 |
[
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
]
|
86 |
```
|
87 |
|
|
|
77 |
|
78 |
```bash
|
79 |
[
|
80 |
+
{'Emotion': 'anger', 'Score': '0.0%'},
|
81 |
+
{'Emotion': 'disgust', 'Score': '99.2%'},
|
82 |
+
{'Emotion': 'fear', 'Score': '0.1%'},
|
83 |
+
{'Emotion': 'happiness', 'Score': '0.3%'},
|
84 |
+
{'Emotion': 'sadness', 'Score': '0.5%'}
|
85 |
]
|
86 |
```
|
87 |
|