Update README.md
Browse files
README.md
CHANGED
|
@@ -63,7 +63,7 @@ from transformers import pipeline
|
|
| 63 |
|
| 64 |
emotion_classifier = pipeline("text-classification", model="SandeepVvigneshwar/sentiment-classification-albert-large-v2")
|
| 65 |
|
| 66 |
-
text = "
|
| 67 |
emotion = emotion_classifier(text)
|
| 68 |
print(emotion)
|
| 69 |
```
|
|
|
|
| 63 |
|
| 64 |
emotion_classifier = pipeline("text-classification", model="SandeepVvigneshwar/sentiment-classification-albert-large-v2")
|
| 65 |
|
| 66 |
+
text = "Hello! How are you?"
|
| 67 |
emotion = emotion_classifier(text)
|
| 68 |
print(emotion)
|
| 69 |
```
|