green commited on
Commit
f1ed70b
·
1 Parent(s): aa9d086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def show_length_graph():
183
  NER_API_URL = "https://api-inference.huggingface.co/models/dbmdz/bert-large-cased-finetuned-conll03-english"
184
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
185
 
186
- LIMIT = 20 # Controls time and number of clusters.
187
  USE_CACHE = True
188
 
189
  if not USE_CACHE:
 
183
  NER_API_URL = "https://api-inference.huggingface.co/models/dbmdz/bert-large-cased-finetuned-conll03-english"
184
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
185
 
186
+ LIMIT = 40 # Controls time and number of clusters.
187
  USE_CACHE = True
188
 
189
  if not USE_CACHE: