Reverent commited on
Commit
69165c2
·
1 Parent(s): 5f0a6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def warmer():
34
 
35
  def restart():
36
  while True:
37
- time.sleep(18000) # Restart ATLEI2 Space every 5 hours
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