Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def background_request(space_url,space_url_self, interval_seconds):
|
|
| 30 |
|
| 31 |
# Replace 'YOUR_SPACE_URL' with the actual URL of your deployed Hugging Face Space
|
| 32 |
space_url = 'https://huggingface.co/spaces/clone3/Wait'
|
| 33 |
-
space_url_self = 'https://huggingface.co/spaces/clone3/
|
| 34 |
|
| 35 |
# Set the interval for sending requests (in seconds)
|
| 36 |
interval_seconds = 1800 # 30 minutes
|
|
|
|
| 30 |
|
| 31 |
# Replace 'YOUR_SPACE_URL' with the actual URL of your deployed Hugging Face Space
|
| 32 |
space_url = 'https://huggingface.co/spaces/clone3/Wait'
|
| 33 |
+
space_url_self = 'https://huggingface.co/spaces/clone3/NewSpace'
|
| 34 |
|
| 35 |
# Set the interval for sending requests (in seconds)
|
| 36 |
interval_seconds = 1800 # 30 minutes
|