Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def background_request(space_url, interval_seconds):
|
|
20 |
print("Background script terminated by user.")
|
21 |
|
22 |
# Replace 'YOUR_SPACE_URL' with the actual URL of your deployed Hugging Face Space
|
23 |
-
space_url = '
|
24 |
|
25 |
# Set the interval for sending requests (in seconds)
|
26 |
interval_seconds = 1800 # 30 minutes
|
|
|
20 |
print("Background script terminated by user.")
|
21 |
|
22 |
# Replace 'YOUR_SPACE_URL' with the actual URL of your deployed Hugging Face Space
|
23 |
+
space_url = 'https://huggingface.co/spaces/clone3/Wait'
|
24 |
|
25 |
# Set the interval for sending requests (in seconds)
|
26 |
interval_seconds = 1800 # 30 minutes
|