Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
scikit-learn
/
gradio-skops-integration
like
4
Runtime error
App
Files
Files
Community
merve
HF staff
commited on
Sep 7, 2022
Commit
7e54cbd
•
1 Parent(s):
e5cfe6c
Create new file
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
!pip install gradio==3.2.1b2
2
+
3
+
import gradio as gr
4
+
5
+
gr.Interface.load("huggingface/scikit-learn/tabular-playground").launch()