Parthebhan commited on
Commit
334b0ea
·
verified ·
1 Parent(s): 764aaa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -62,11 +62,11 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
62
  ],
63
  outputs="text",
64
  examples = [
65
- [28,Private,Bachelors,13,Married-civ-spouse,Prof-specialty,Wife,Black,Female,0,0,40,Cuba],
66
- [38,Private,Some-college,10,Divorced,Craft-repair,Own-child,White,Male,0,0,58,Poland],
67
- [44,Private,Some-college,10,Married-civ-spouse,Transport-moving,Husband,White,Male,0,0,40,United-States],
68
- [29,Private,HS-grad,9,Never-married,Machine-op-inspct,Own-child,Asian-Pac-Islander,Male,0,0,40,Germany],
69
- [31,Private,HS-grad,9,Separated,Machine-op-inspct,Unmarried,White,Female,0,2238,40,United-States],
70
  ],
71
  title="Salary Bracket Prediction",
72
  description="Predicting Income Bracket Using TensorFlow",
 
62
  ],
63
  outputs="text",
64
  examples = [
65
+ [27,Private,Assoc-voc,11,Never-married,Other-service,Not-in-family,Asian-Pac-Islander,Female,0,0,40,Philippines],
66
+ [31,Private,10th,6,Married-civ-spouse,Machine-op-inspct,Husband,White,Male,0,0,40,United-States],
67
+ [34,Self-emp-inc,Masters,14,Never-married,Exec-managerial,Not-in-family,White,Female,4787,0,45,France],
68
+ [47,Local-gov,Masters,14,Married-civ-spouse,Prof-specialty,Husband,White,Male,0,0,40,United-States],
69
+ [43,Private,Masters,14,Never-married,Exec-managerial,Not-in-family,White,Female,0,0,45,United-States],
70
  ],
71
  title="Salary Bracket Prediction",
72
  description="Predicting Income Bracket Using TensorFlow",