AIEcosystem commited on
Commit
0fcbd69
·
verified ·
1 Parent(s): 934327e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -487,7 +487,7 @@ COMET_PROJECT_NAME = os.environ.get("COMET_PROJECT_NAME")
487
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
488
 
489
  # --- Model Loading ---
490
- @st.cache_resourced
491
  def load_ner_model(labels):
492
  """Loads the GLiNER model and caches it."""
493
  try:
 
487
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
488
 
489
  # --- Model Loading ---
490
+ @st.cache_resource
491
  def load_ner_model(labels):
492
  """Loads the GLiNER model and caches it."""
493
  try: