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...
0dd2eb3
test
/
app.py
Govi2020
test
0dd2eb3
verified
6 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-classification"
, model=
"priyabrat/bert_categorisation"
)
)