merve HF staff commited on
Commit
1977beb
1 Parent(s): 1ba96b8

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ description = "This is a Gradio demo for tabular regression task."
4
+ gr.Interface.load("huggingface/scikit-learn/Fish-Weight", title="Fish Weight Prediction", description=description).launch()