CASY85 commited on
Commit
caae238
·
verified ·
1 Parent(s): ccb91a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def load_embedding_model():
11
  # Load the multilabel classification model
12
  @st.cache_resource # Cache the loaded model
13
  def load_multilabel_model():
14
- with open("multilabel_model.pkl", "rb") as file:
15
  return joblib.load(file)
16
 
17
  # Embed text
 
11
  # Load the multilabel classification model
12
  @st.cache_resource # Cache the loaded model
13
  def load_multilabel_model():
14
+ with open("Int_MLC.pkl", "rb") as file:
15
  return joblib.load(file)
16
 
17
  # Embed text