Nattyboi commited on
Commit
746556b
·
1 Parent(s): 2cb30ab

created app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from transformers import pipeline
2
+
3
+ pipe = pipeline("sentiment-analysis")
4
+
5
+ pipe("I want to go home")