Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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():
|