m3hrdadfi commited on
Commit
3fb8325
1 Parent(s): bfd1618

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -77,11 +77,11 @@ outputs = predict(path, sampling_rate)
77
 
78
  ```bash
79
  [
80
- \t{'Emotion': 'anger', 'Score': '0.0%'},
81
- \t{'Emotion': 'disgust', 'Score': '99.2%'},
82
- \t{'Emotion': 'fear', 'Score': '0.1%'},
83
- \t{'Emotion': 'happiness', 'Score': '0.3%'},
84
- \t{'Emotion': 'sadness', 'Score': '0.5%'}
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