MCES100 commited on
Commit
8efc061
·
verified ·
1 Parent(s): 847ba55

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from transformers import pipeline
2
+
3
+ classifier = pipeline("text-classification", model = "MCES10/test_trainer")
4
+ classifier("A soccer game with multiple males playing. Some men are playing a sport.")