Kalsang1 commited on
Commit
fff1638
·
verified ·
1 Parent(s): 4526d08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -98,15 +98,6 @@ with gr.Blocks(title="🧠 Group 5 | Income Story Predictor") as demo:
98
  outputs=[result_label, shap_plot, summary]
99
  )
100
 
101
- gr.Examples(
102
- examples=[
103
- [22, "Some-college", "Male", 0, 0, 28],
104
- [45, "Masters", "Female", 9999, 0, 50],
105
- [39, "Doctorate", "Male", 0, 1902, 60],
106
- ],
107
- inputs=[age, education_label, sex, capital_gain, capital_loss, hours_per_week]
108
- )
109
-
110
  gr.Markdown("---")
111
  gr.Markdown("Group 5 :)")
112
 
 
98
  outputs=[result_label, shap_plot, summary]
99
  )
100
 
 
 
 
 
 
 
 
 
 
101
  gr.Markdown("---")
102
  gr.Markdown("Group 5 :)")
103