awacke1 commited on
Commit
922d7a7
·
1 Parent(s): 3d61a09

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ # title and description are optional
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", title=title, description=description).launch()