File size: 355 Bytes
7b7d7ef 7e54cbd 317dfbf 7e54cbd 99293a0 |
1 2 3 4 5 6 7 |
import gradio as gr
title = "Supersoaker Defective Product Prediction"
description = "This model predicts Supersoaker production line failures. Drag and drop any slice from dataset or edit values as you wish in below dataframe component."
gr.Interface().load("huggingface/scikit-learn/tabular-playground", title=title, description=description).launch() |