AIEcosystem commited on
Commit
f6ebbfc
·
verified ·
1 Parent(s): b479418

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -680,7 +680,7 @@ COMET_PROJECT_NAME = os.environ.get("COMET_PROJECT_NAME")
680
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
681
 
682
  # --- Model Loading ---
683
- @st.cache_resourced
684
  def load_ner_model():
685
  """Loads the GLiNER model and caches it."""
686
  try:
 
680
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
681
 
682
  # --- Model Loading ---
683
+ @st.cache_resource
684
  def load_ner_model():
685
  """Loads the GLiNER model and caches it."""
686
  try: