Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
scikit-learn
/
blog-example
like
1
Running
App
Files
Files
Community
c24c1d7
blog-example
/
app.py
merve
HF staff
Update app.py
c24c1d7
about 2 years ago
raw
Copy download link
history
blame
Safe
103 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/scikit-learn/skops-blog-example"
).launch(debug=
True
)