Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,19 @@ def background_request(space_urls, interval_seconds):
|
|
23 |
|
24 |
space_urls = [
|
25 |
# For Spaces
|
26 |
-
'https://huggingface.co/spaces/
|
27 |
-
'https://huggingface.co/spaces/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
# For Self
|
|
|
29 |
]
|
30 |
|
31 |
# Set the interval for sending requests (in seconds)
|
|
|
23 |
|
24 |
space_urls = [
|
25 |
# For Spaces
|
26 |
+
'https://huggingface.co/spaces/GenieLamp/Image0',
|
27 |
+
'https://huggingface.co/spaces/GenieLamp/Image1',
|
28 |
+
'https://huggingface.co/spaces/GenieLamp/Image2',
|
29 |
+
'https://huggingface.co/spaces/GenieLamp/Image3',
|
30 |
+
'https://huggingface.co/spaces/GenieLamp/Image4',
|
31 |
+
'https://huggingface.co/spaces/GenieLamp/Image5',
|
32 |
+
'https://huggingface.co/spaces/GenieLamp/Image6',
|
33 |
+
'https://huggingface.co/spaces/GenieLamp/Image7',
|
34 |
+
'https://huggingface.co/spaces/GenieLamp/Image8',
|
35 |
+
'https://huggingface.co/spaces/GenieLamp/Image9',
|
36 |
+
|
37 |
# For Self
|
38 |
+
'https://huggingface.co/spaces/GenieLamp/Alive',
|
39 |
]
|
40 |
|
41 |
# Set the interval for sending requests (in seconds)
|