Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|
| 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",
|