green commited on
Commit
915ce78
1 Parent(s): 3826042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ NER_API_URL = "https://api-inference.huggingface.co/models/dbmdz/bert-large-cas
159
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
160
 
161
  LIMIT = 20 # Controls time and number of clusters.
162
- USE_CACHE = False
163
 
164
  if not USE_CACHE:
165
  print("NOT USING CACHE")
 
159
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
160
 
161
  LIMIT = 20 # Controls time and number of clusters.
162
+ USE_CACHE = True
163
 
164
  if not USE_CACHE:
165
  print("NOT USING CACHE")