AIEcosystem commited on
Commit
897b9b6
·
verified ·
1 Parent(s): 7a28ec3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -546,7 +546,7 @@ COMET_PROJECT_NAME = os.environ.get("COMET_PROJECT_NAME")
546
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
547
 
548
  # --- Model Loading ---
549
- @st.cache_resourced
550
  def load_ner_model(labels):
551
  """Loads the GLiNER model and caches it."""
552
  try:
 
546
  comet_initialized = bool(COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME)
547
 
548
  # --- Model Loading ---
549
+ @st.cache_resource
550
  def load_ner_model(labels):
551
  """Loads the GLiNER model and caches it."""
552
  try: