Spaces:
Sleeping
Sleeping
Commit
•
b8c9c81
1
Parent(s):
a173517
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from tqdm.contrib.concurrent import thread_map
|
|
13 |
|
14 |
load_dotenv()
|
15 |
|
16 |
-
LIMIT =
|
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",
|