merve's picture
merve HF Staff
Update app.py
317dfbf
raw
history blame
353 Bytes
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(title=title, description=description).load("huggingface/scikit-learn/tabular-playground").launch()