AIEcosystem commited on
Commit
ab9a378
·
verified ·
1 Parent(s): 3fdeca6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -120,7 +120,7 @@ category_mapping = {
120
  }
121
 
122
  # --- Model Loading ---
123
- @st.cache_resourced
124
  def load_ner_model():
125
  """Loads the GLiNER model and caches it."""
126
  try:
 
120
  }
121
 
122
  # --- Model Loading ---
123
+ @st.cache_resource
124
  def load_ner_model():
125
  """Loads the GLiNER model and caches it."""
126
  try: