clone3 commited on
Commit
7617abd
·
1 Parent(s): 89eb395

Update app.py

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