openfree commited on
Commit
88806b1
·
verified ·
1 Parent(s): 1eb1290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": 10000, # 더 많이 가져오기
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)