Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def warmer():
|
|
34 |
|
35 |
def restart():
|
36 |
while True:
|
37 |
-
time.sleep(
|
38 |
try:
|
39 |
text_output,image_output = client.predict(
|
40 |
"atleiwarm0003", # str in 'message' Textbox component
|
|
|
34 |
|
35 |
def restart():
|
36 |
while True:
|
37 |
+
time.sleep(10800) # Restart ATLEI2 Space every 3 hours
|
38 |
try:
|
39 |
text_output,image_output = client.predict(
|
40 |
"atleiwarm0003", # str in 'message' Textbox component
|