merve HF staff commited on
Commit
7e54cbd
1 Parent(s): e5cfe6c

Create new file

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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()