Update app.py
Browse files
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 =
|
| 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:
|