filipeclduarte commited on
Commit
27c58a5
·
1 Parent(s): dd477af

Delete inference

Browse files
Files changed (1) hide show
  1. inference +0 -6
inference DELETED
@@ -1,6 +0,0 @@
1
- from transformers import pipeline
2
-
3
- sentiment_pipeline = pipeline("sentiment-analysis")
4
-
5
- def predict(data):
6
- sentiment_pipeline(data)