ObjetcDetection / test.py
Daniel Avila Rey
Add application file
2af1fbe
raw
history blame contribute delete
99 Bytes
from transformers import pipeline
print(pipeline("sentiment-analysis")("Funciona incorrectamente"))