Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Govi2020
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Govi2020
commited on
Oct 19, 2024
Commit
0dd2eb3
·
verified
·
1 Parent(s):
ff3576b
test
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -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
+
)