Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
|
2 |
|
3 |
import gradio as gr
|
4 |
-
title = "Supersoaker Defective Product Prediction"
|
5 |
-
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."
|
6 |
|
7 |
-
gr.Interface.load("huggingface/scikit-learn/tabular-playground"
|
|
|
|
1 |
|
2 |
|
3 |
import gradio as gr
|
|
|
|
|
4 |
|
5 |
+
demo = gr.Interface.load("huggingface/scikit-learn/tabular-playground")
|
6 |
+
demo.launch()
|