Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,11 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
|
|
62 |
],
|
63 |
outputs="text",
|
64 |
examples = [
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
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",
|