Spaces:
Runtime error
Runtime error
Zack
commited on
Commit
·
62b762e
1
Parent(s):
836879e
chore: fix clobbered array
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ iface = gr.Interface(
|
|
130 |
fn=master,
|
131 |
inputs=gr.inputs.File(label="CSV File"),
|
132 |
outputs=outputs,
|
133 |
-
examples=["art_daily_jumpsup.csv","labor_hourly_short.csv, sales_hourly_short.csv"],
|
134 |
title="Timeseries Anomaly Detection Using an Autoencoder",
|
135 |
description="Anomaly detection of timeseries data."
|
136 |
)
|
|
|
130 |
fn=master,
|
131 |
inputs=gr.inputs.File(label="CSV File"),
|
132 |
outputs=outputs,
|
133 |
+
examples=["art_daily_jumpsup.csv","labor_hourly_short.csv", "sales_hourly_short.csv"],
|
134 |
title="Timeseries Anomaly Detection Using an Autoencoder",
|
135 |
description="Anomaly detection of timeseries data."
|
136 |
)
|