Spaces:
Runtime error
Runtime error
updated model location
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ TEST_DATA_URL = f"{ROOT_DATA_URL}/FordA_TEST.tsv"
|
|
12 |
TIMESERIES_LEN = 500
|
13 |
CLASSES = {"Symptom does NOT exist", "Symptom exists"}
|
14 |
|
15 |
-
model = from_pretrained_keras("
|
16 |
|
17 |
# Read data
|
18 |
def read_data(file_url: str):
|
|
|
12 |
TIMESERIES_LEN = 500
|
13 |
CLASSES = {"Symptom does NOT exist", "Symptom exists"}
|
14 |
|
15 |
+
model = from_pretrained_keras("keras-io/timeseries-classification-from-scratch")
|
16 |
|
17 |
# Read data
|
18 |
def read_data(file_url: str):
|