davanstrien HF staff commited on
Commit
48ff06e
Β·
verified Β·
1 Parent(s): 843ba99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ from tqdm.contrib.concurrent import thread_map
15
 
16
  load_dotenv()
17
 
18
- LIMIT = 10_000
19
  CACHE_TIME = 60 * 60 * 12 # 12 hours
20
  REMOVE_ORGS = {
21
  "HuggingFaceM4",
@@ -33,7 +33,7 @@ headers = {"authorization": f"Bearer ${HF_TOKEN}", "user-agent": USER_AGENT}
33
 
34
  client = Client(
35
  headers=headers,
36
- timeout=60,
37
  )
38
  # LOCAL = False
39
  # if platform == "darwin":
 
15
 
16
  load_dotenv()
17
 
18
+ LIMIT = 5_000
19
  CACHE_TIME = 60 * 60 * 12 # 12 hours
20
  REMOVE_ORGS = {
21
  "HuggingFaceM4",
 
33
 
34
  client = Client(
35
  headers=headers,
36
+ timeout=120,
37
  )
38
  # LOCAL = False
39
  # if platform == "darwin":