clone3 commited on
Commit
7327f59
1 Parent(s): 1c7c3ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -2
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/clone3/Wait',
27
- 'https://huggingface.co/spaces/clone3/NewSpace',
 
 
 
 
 
 
 
 
 
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)