danielle2003 commited on
Commit
d762f15
·
verified ·
1 Parent(s): 0139aae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def load_scripted_model(path):
152
  @st.cache_resource
153
  def preload_models():
154
  return {
155
- "Bi-Directional LSTM": load_scripted_model("bilstm_scripted.pt"),
156
  "Gated Recurrent Unit (GRU)": load_model_from_disk("best_gru_model.pth", model_type="GRU")
157
  }
158
 
 
152
  @st.cache_resource
153
  def preload_models():
154
  return {
155
+ "Bi-Directional LSTM": load_scripted_model("bilstm_scriptes.pt"),
156
  "Gated Recurrent Unit (GRU)": load_model_from_disk("best_gru_model.pth", model_type="GRU")
157
  }
158