Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
irshadmb
/
classfication-service
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb82698
classfication-service
/
app.py
irshadmb
Update app.py
fb82698
almost 2 years ago
raw
Copy download link
history
blame
114 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/bart-large-mnli"
, title=
"Service Classification"
).launch()