Osiris commited on
Commit
e7d5603
1 Parent(s): 2fca1b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,4 +7,5 @@ LABEL_0: Neutral (have no emotion)
7
  ```python
8
  >>> from transformers import pipeline
9
  >>> nnc = pipeline('sentiment-analysis', model='distilbert-base-uncased')
10
- >>> nnc("Hello, I'm a good model.")
 
 
7
  ```python
8
  >>> from transformers import pipeline
9
  >>> nnc = pipeline('sentiment-analysis', model='distilbert-base-uncased')
10
+ >>> nnc("Hello, I'm a good model.")
11
+ ```