Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
scikit-learn/gradio-skops-integration
gradio
/
gradio-skops-integration
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
aliabd
HF Staff
commited on
11 days ago
Commit
2a4c168
·
verified
·
1 Parent(s):
2db20e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,5 +2,5 @@
2
3
import gradio as gr
4
5
-
demo = gr.
Interface.
load("huggingface/scikit-learn/tabular-playground")
6
demo.launch()
2
3
import gradio as gr
4
5
+
demo = gr.load("huggingface/scikit-learn/tabular-playground")
6
demo.launch()