Parthebhan commited on
Commit
54a1f39
·
verified ·
1 Parent(s): 334b0ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -61,13 +61,6 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
61
  gr.Dropdown(dropdown_options['native_country'], label="Native Country")
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",
73
  theme='dark'
 
61
  gr.Dropdown(dropdown_options['native_country'], label="Native Country")
62
  ],
63
  outputs="text",
 
 
 
 
 
 
 
64
  title="Salary Bracket Prediction",
65
  description="Predicting Income Bracket Using TensorFlow",
66
  theme='dark'