Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,7 @@ iface = gr.Interface(
|
|
| 78 |
inputs=gr.inputs.File(label="CSV File"),
|
| 79 |
outputs=outputs,
|
| 80 |
examples=["art_daily_jumpsup.csv"], title="Timeseries Anomaly Detection Using an Autoencoder",
|
| 81 |
-
description = "Anomaly detection of timeseries data."
|
| 82 |
-
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>")
|
| 83 |
|
| 84 |
|
| 85 |
|
|
|
|
| 78 |
inputs=gr.inputs.File(label="CSV File"),
|
| 79 |
outputs=outputs,
|
| 80 |
examples=["art_daily_jumpsup.csv"], title="Timeseries Anomaly Detection Using an Autoencoder",
|
| 81 |
+
description = "Anomaly detection of timeseries data.")
|
|
|
|
| 82 |
|
| 83 |
|
| 84 |
|