davanstrien HF staff commited on
Commit
b8c9c81
1 Parent(s): a173517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from tqdm.contrib.concurrent import thread_map
13
 
14
  load_dotenv()
15
 
16
- LIMIT = 2_000
17
  CACHE_TIME = 60 * 60 * 12 # 12 hours
18
  REMOVE_ORGS = {
19
  "HuggingFaceM4",
 
13
 
14
  load_dotenv()
15
 
16
+ LIMIT = 1_000
17
  CACHE_TIME = 60 * 60 * 12 # 12 hours
18
  REMOVE_ORGS = {
19
  "HuggingFaceM4",