shivi commited on
Commit
0eb5d3e
1 Parent(s): 009291e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ demo = gr.Blocks()
14
  with demo:
15
 
16
  gr.Markdown("# **Binary Classification using Gated Residual and Variable Selection Networks** \n")
17
- gr.Markdown("This demo 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("Play around and see yourself 🤗 ")
19
 
20
  with gr.Tabs():
 
14
  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("Play around and see yourself 🤗 ")
19
 
20
  with gr.Tabs():