merve HF staff commited on
Commit
99293a0
1 Parent(s): 317dfbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ 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(title=title, description=description).load("huggingface/scikit-learn/tabular-playground").launch()
 
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()