Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
merve
/
blog-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf1aa0b
blog-space
/
app.py
merve
HF Staff
Update app.py
cf1aa0b
over 2 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/scikit-learn/blog-example"
, title=
"Logistic Regression on Breast Cancer"
).launch()