Spaces:
Runtime error
Runtime error
Zack
commited on
Commit
·
03592e6
1
Parent(s):
d08a16c
refactor: Rename labor-hourly-short.csv to use snake case
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ iface = gr.Interface(
|
|
101 |
fn=master,
|
102 |
inputs=gr.inputs.File(label="CSV File"),
|
103 |
outputs=outputs,
|
104 |
-
examples=["art_daily_jumpsup.csv","
|
105 |
title="Timeseries Anomaly Detection Using an Autoencoder",
|
106 |
description="Anomaly detection of timeseries data."
|
107 |
)
|
|
|
101 |
fn=master,
|
102 |
inputs=gr.inputs.File(label="CSV File"),
|
103 |
outputs=outputs,
|
104 |
+
examples=["art_daily_jumpsup.csv","labor_hourly_short.csv"],
|
105 |
title="Timeseries Anomaly Detection Using an Autoencoder",
|
106 |
description="Anomaly detection of timeseries data."
|
107 |
)
|