Spaces:
Sleeping
Sleeping
File size: 92 Bytes
4cb4ffd |
1 2 3 4 5 |
from transformers import pipeline
pipe = pipeline("sentiment-analysis")
print(pipe(input)) |