Spaces:
Runtime error
Runtime error
Ziyou Li
commited on
Commit
·
f295389
1
Parent(s):
d75e5e8
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time t
|
|
13 |
|
14 |
inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|
16 |
-
datatype=["timestamp", "float", "float", "float", "float", "float"],
|
17 |
label="Input Data", interactive=1)]
|
18 |
|
19 |
outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
|
|
|
13 |
|
14 |
inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
|
15 |
headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
|
16 |
+
# datatype=["timestamp", "float", "float", "float", "float", "float"],
|
17 |
label="Input Data", interactive=1)]
|
18 |
|
19 |
outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
|