Abijith commited on
Commit
b9fa5f7
1 Parent(s): 585d0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,7 +30,7 @@ demo = gr.Interface(fn=test_ml_model,
30
  gr.Number(value=0.0), gr.Number(value=0.0), gr.Number(value=0.0),
31
  gr.Number(value=0.0),],
32
  outputs="text",
33
- description="A sample linear regressor solution.",
34
- title='Synthetic Data Linear Regressor Solution')
35
 
36
- demo.launch()
 
30
  gr.Number(value=0.0), gr.Number(value=0.0), gr.Number(value=0.0),
31
  gr.Number(value=0.0),],
32
  outputs="text",
33
+ description="It will help to classifiy the houses in this neighborhood above a avaerage price or not.",
34
+ title='Classifier')
35
 
36
+ demo.launch()