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