aliabd HF staff commited on
Commit
c9a9481
·
1 Parent(s): d0ba97a

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +7 -8
  2. app.py +1 -0
README.md CHANGED
@@ -1,13 +1,12 @@
 
1
  ---
2
- title: Xgboost Income Prediction With Explainability
3
- emoji: 🔥
4
- colorFrom: blue
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 3.2
 
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+
2
  ---
3
+ title: xgboost-income-prediction-with-explainability
4
+ emoji: 💩
5
+ colorFrom: indigo
6
+ colorTo: indigo
7
  sdk: gradio
8
+ sdk_version: 3.3
9
+
10
  app_file: app.py
11
  pinned: false
 
12
  ---
 
 
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # URL: https://huggingface.co/spaces/gradio/xgboost-income-prediction-with-explainability
 
2
  # imports
3
  import gradio as gr
4
  import random
 
1
  # URL: https://huggingface.co/spaces/gradio/xgboost-income-prediction-with-explainability
2
+ # DESCRIPTION: This demo takes in 12 inputs from the user in dropdowns and sliders and predicts income. It also has a separate button for explaining the prediction.
3
  # imports
4
  import gradio as gr
5
  import random