FritzStack commited on
Commit
5dad303
·
verified ·
1 Parent(s): 48ba1a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,6 +16,6 @@ language:
16
 
17
  ```python
18
  from TONY.Emotions import Emotions_Predictor
19
- emotions = Emotions_Predictor(model_name = FritzStack/Llama3B-GoEmotions)
20
  emotions.predict_emotions(text)
21
  ```
 
16
 
17
  ```python
18
  from TONY.Emotions import Emotions_Predictor
19
+ emotions = Emotions_Predictor(model_name = 'FritzStack/Llama3B-GoEmotions')
20
  emotions.predict_emotions(text)
21
  ```