openfree commited on
Commit
f1d8aba
·
verified ·
1 Parent(s): ea79b7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -46,7 +46,7 @@ def fetch_zero_gpu_spaces_once():
46
  try:
47
  url = "https://huggingface.co/api/spaces"
48
  params = {
49
- "limit": 500,
50
  "hardware": "cpu"
51
  }
52
  resp = requests.get(url, params=params, timeout=30)
@@ -1414,8 +1414,6 @@ if __name__ == '__main__':
1414
  fixedGridContainer.innerHTML = '';
1415
 
1416
  const staticSpaces = [
1417
-
1418
-
1419
 
1420
  {
1421
  url: "https://huggingface.co/spaces/VIDraft/ThinkFlow-llama",
 
46
  try:
47
  url = "https://huggingface.co/api/spaces"
48
  params = {
49
+ "limit": 1000,
50
  "hardware": "cpu"
51
  }
52
  resp = requests.get(url, params=params, timeout=30)
 
1414
  fixedGridContainer.innerHTML = '';
1415
 
1416
  const staticSpaces = [
 
 
1417
 
1418
  {
1419
  url: "https://huggingface.co/spaces/VIDraft/ThinkFlow-llama",