Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
filipeclduarte
/
minimalFlaskAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
filipeclduarte
commited on
May 5, 2022
Commit
27c58a5
·
1 Parent(s):
dd477af
Delete inference
Browse files
Files changed (1)
hide
show
inference
+0
-6
inference
DELETED
Viewed
@@ -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)