cbdb commited on
Commit
045b84c
1 Parent(s): 9faf4eb

fix text color error

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -97,6 +97,7 @@ print(f'The predicted probability for the {list(pred_class_proba.keys())[0]} cla
97
  print(f'The predicted probability for the {list(pred_class_proba.keys())[1]} class: {list(pred_class_proba.values())[1]}')
98
  ```
99
  <font color="IndianRed"> >>> </font> The predicted probability for the not-letter class: 0.002029061783105135
 
100
  <font color="IndianRed"> >>> </font> The predicted probability for the letter class: 0.9979709386825562
101
 
102
  ```python
 
97
  print(f'The predicted probability for the {list(pred_class_proba.keys())[1]} class: {list(pred_class_proba.values())[1]}')
98
  ```
99
  <font color="IndianRed"> >>> </font> The predicted probability for the not-letter class: 0.002029061783105135
100
+
101
  <font color="IndianRed"> >>> </font> The predicted probability for the letter class: 0.9979709386825562
102
 
103
  ```python