Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def fetch_trending_spaces(offset=0, limit=24):
|
|
38 |
try:
|
39 |
url = "https://huggingface.co/api/spaces"
|
40 |
params = {
|
41 |
-
"limit":
|
42 |
"hardware": "cpu" # <-- Zero GPU(=CPU) 필터 적용
|
43 |
}
|
44 |
response = requests.get(url, params=params, timeout=30)
|
|
|
38 |
try:
|
39 |
url = "https://huggingface.co/api/spaces"
|
40 |
params = {
|
41 |
+
"limit": 1000, # 더 많이 가져오기
|
42 |
"hardware": "cpu" # <-- Zero GPU(=CPU) 필터 적용
|
43 |
}
|
44 |
response = requests.get(url, params=params, timeout=30)
|