AIEcosystem commited on
Commit
46fc5df
·
verified ·
1 Parent(s): bebe5f4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -730,7 +730,7 @@ COMET_PROJECT_NAME = os.environ.get("COMET_PROJECT_NAME")
730
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
731
 
732
  # --- Model Loading ---
733
- @st.cache_resourced
734
  def load_ner_model():
735
  """Loads the GLiNER model and caches it."""
736
  try:
 
730
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
731
 
732
  # --- Model Loading ---
733
+ @st.cache_resource
734
  def load_ner_model():
735
  """Loads the GLiNER model and caches it."""
736
  try: