Parthebhan commited on
Commit
3c3feb4
·
verified ·
1 Parent(s): 8ef34b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
31
  gr.Number(1, 99, label="Hours per Week [1 to 99]"),
32
  gr.Number(0, 40, label="Native Country [0 to 40]"),
33
  ],
34
- outputs="text", title="Salary Bracket Prediction",
35
  examples = [
36
  [75,0,0,6,6,0,2,1,0,0,0,1,3,0,0],
37
  [25,4,11,9,2,13,2,4,0,0,0,48,38,1,1],
 
31
  gr.Number(1, 99, label="Hours per Week [1 to 99]"),
32
  gr.Number(0, 40, label="Native Country [0 to 40]"),
33
  ],
34
+ outputs="text", title="Salary Bracket Prediction - Income <=50k or >50K ",
35
  examples = [
36
  [75,0,0,6,6,0,2,1,0,0,0,1,3,0,0],
37
  [25,4,11,9,2,13,2,4,0,0,0,48,38,1,1],