Spaces:
No application file
No application file
| import as | |
| from transformers import pipeline | |
| pipe pipeline(' sentiment-analysis • ) | |
| text = ' enter some text! ) | |
| if text: | |
| out pipe(text) | |
| (out) |
| import as | |
| from transformers import pipeline | |
| pipe pipeline(' sentiment-analysis • ) | |
| text = ' enter some text! ) | |
| if text: | |
| out pipe(text) | |
| (out) |