EdoAbati commited on
Commit
95bab90
1 Parent(s): ba49958

updated model location

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("EdoAbati/timeseries-classification-from-scratch")
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):