Spaces:
Runtime error
Runtime error
File size: 211 Bytes
1977beb |
1 2 3 4 |
import gradio as gr
description = "This is a Gradio demo for tabular regression task."
gr.Interface.load("huggingface/scikit-learn/Fish-Weight", title="Fish Weight Prediction", description=description).launch() |