Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from collections import defaultdict
|
|
6 |
# ------------------------------------------------------
|
7 |
# Get spaces with more details
|
8 |
api = HfApi()
|
9 |
-
spaces = api.list_spaces(limit=
|
10 |
|
11 |
# Create a DataFrame
|
12 |
data = []
|
|
|
6 |
# ------------------------------------------------------
|
7 |
# Get spaces with more details
|
8 |
api = HfApi()
|
9 |
+
spaces = api.list_spaces(limit=60000) # Limiting to 60000 for now
|
10 |
|
11 |
# Create a DataFrame
|
12 |
data = []
|