clone3 commited on
Commit
018252c
1 Parent(s): 65b74ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Sender'
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