Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
youj2005
/
intent-analysis
like
1
Sleeping
App
Files
Files
Community
15c0354
intent-analysis
/
app.py
youj2005
initial commit
15c0354
verified
8 months ago
raw
Copy download link
history
blame
Safe
72 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/bart-large-mnli"
).launch()