update
Browse files
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
|
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 |
|