Update app.py
Browse files
app.py
CHANGED
|
@@ -1247,7 +1247,7 @@ def create_interface():
|
|
| 1247 |
|
| 1248 |
return demo
|
| 1249 |
# === Keep-alive for Hugging Face Space ===
|
| 1250 |
-
SPACE_URL = "https://wanwanlin0521-
|
| 1251 |
PING_URL = f"{SPACE_URL}/"
|
| 1252 |
def keep_alive():
|
| 1253 |
"""Background thread that pings the Space every 30 minutes to prevent sleeping."""
|
|
|
|
| 1247 |
|
| 1248 |
return demo
|
| 1249 |
# === Keep-alive for Hugging Face Space ===
|
| 1250 |
+
SPACE_URL = "https://wanwanlin0521-alivio-scheduling-web-app.hf.space"
|
| 1251 |
PING_URL = f"{SPACE_URL}/"
|
| 1252 |
def keep_alive():
|
| 1253 |
"""Background thread that pings the Space every 30 minutes to prevent sleeping."""
|