Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
scikit-learn
/
fish-weight-prediction
like
0
Runtime error
App
Files
Files
Community
merve
HF staff
commited on
Dec 16, 2022
Commit
1977beb
•
1 Parent(s):
1ba96b8
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -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()