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