Govi2020 commited on
Commit
0dd2eb3
·
verified ·
1 Parent(s): ff3576b
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Use a pipeline as a high-level helper
2
+ from transformers import pipeline
3
+
4
+ pipe = pipeline("text-classification", model="priyabrat/bert_categorisation")
5
+
6
+ )