remeajayi commited on
Commit
6740a3b
·
1 Parent(s): e9597b9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def master(file):
68
  iface = gr.Interface(master,
69
  gr.inputs.File(label="csv file"),
70
  outputs=['plot'],
71
- examples=["art_daily_jumpsup.csv"], title="Anomaly detection of timeseries data",
72
  description = "Anomaly detection of timeseries data.",
73
  article = "Space by: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a> <br> Keras Example by <a href=\"https://github.com/pavithrasv/\"> Pavithra Vijay</a>")
74
 
 
68
  iface = gr.Interface(master,
69
  gr.inputs.File(label="csv file"),
70
  outputs=['plot'],
71
+ examples=["art_daily_jumpsup.csv"], title="Timeseries Anomaly Detection Using an Autoencoder",
72
  description = "Anomaly detection of timeseries data.",
73
  article = "Space by: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a> <br> Keras Example by <a href=\"https://github.com/pavithrasv/\"> Pavithra Vijay</a>")
74