DamarJati commited on
Commit
f9998c2
·
verified ·
1 Parent(s): 3030400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ class Predictor:
109
  )
110
  return csv_path, model_path
111
 
112
- def load_model(self, model_repo):
113
  if model_repo == self.last_loaded_repo:
114
  return
115
 
 
109
  )
110
  return csv_path, model_path
111
 
112
+ def load_model(self, model_repo):
113
  if model_repo == self.last_loaded_repo:
114
  return
115