shivi commited on
Commit
596b78a
1 Parent(s): 225c99f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with demo:
15
 
16
  gr.Markdown("# **Binary Classification using Gated Residual and Variable Selection Networks** \n")
17
  gr.Markdown("This space demonstrates the use of Gated Residual Networks (GRN) and Variable Selection Networks (VSN), proposed by Bryan Lim et al. in <a href=\"https://arxiv.org/abs/1912.09363/\">Temporal Fusion Transformers (TFT) for Interpretable Multi-horizon Time Series Forecasting</a> for structured data classification")
18
- gr.Markdown("The model used by this space was trained on the [United States Census Income Dataset](https://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29) dataset and helps to predict if the income of a person will be >$500K or not.")
19
  gr.Markdown("Play around and see yourself 🤗 ")
20
 
21
  with gr.Tabs():
 
15
 
16
  gr.Markdown("# **Binary Classification using Gated Residual and Variable Selection Networks** \n")
17
  gr.Markdown("This space demonstrates the use of Gated Residual Networks (GRN) and Variable Selection Networks (VSN), proposed by Bryan Lim et al. in <a href=\"https://arxiv.org/abs/1912.09363/\">Temporal Fusion Transformers (TFT) for Interpretable Multi-horizon Time Series Forecasting</a> for structured data classification")
18
+ gr.Markdown("The model used by this space was trained on the [United States Census Income Dataset](https://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29) and helps to predict if the income of a person will be >$500K or not.")
19
  gr.Markdown("Play around and see yourself 🤗 ")
20
 
21
  with gr.Tabs():