AIEcosystem commited on
Commit
5707233
·
verified ·
1 Parent(s): 89b47a1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -537,7 +537,7 @@ with tab2:
537
  st.markdown("For any errors or inquiries, please contact us at [info@your-company.com](mailto:info@your-company.com)")
538
 
539
  # --- Model Loading ---
540
- @st.cache_resourced
541
  def load_ner_model(labels):
542
  """Loads the GLiNER model and caches it."""
543
  try:
 
537
  st.markdown("For any errors or inquiries, please contact us at [info@your-company.com](mailto:info@your-company.com)")
538
 
539
  # --- Model Loading ---
540
+ @st.cache_resource
541
  def load_ner_model(labels):
542
  """Loads the GLiNER model and caches it."""
543
  try: