acloudfan commited on
Commit
6ceea22
1 Parent(s): cc60c1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ max_tokens = st.sidebar.number_input(
90
  )
91
 
92
  # chached
93
- @st.cache_resource
94
  def get_llm(model_id):
95
  return HuggingFaceEndpoint(
96
  repo_id=model_id,
 
90
  )
91
 
92
  # chached
 
93
  def get_llm(model_id):
94
  return HuggingFaceEndpoint(
95
  repo_id=model_id,