FritzStack commited on
Commit
996d1ec
·
verified ·
1 Parent(s): d968787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,6 +25,6 @@ pip install mlx-lm
25
 
26
  ```python
27
  from TONY.Emotions import Emotions_Predictor_mlx
28
- emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions-mlx-Q4')
29
  emotions.predict_emotions(text)
30
  ```
 
25
 
26
  ```python
27
  from TONY.Emotions import Emotions_Predictor_mlx
28
+ emotions = Emotions_Predictor_mlx(model_name = 'FritzStack/QWEN4B-GoEmotions-mlx-Q4')
29
  emotions.predict_emotions(text)
30
  ```