rynmurdock commited on
Commit
5e73ac3
·
1 Parent(s): afa2daf
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -318,9 +318,9 @@ def next_image(calibrate_prompts, user_id):
318
 
319
 
320
  scheduler = BackgroundScheduler()
321
-
322
  #thread = threading.Thread(target=background_next_image)
323
- #is_started = False
 
324
 
325
  def start(_, calibrate_prompts, user_id, request: gr.Request):
326
  global is_started
 
318
 
319
 
320
  scheduler = BackgroundScheduler()
 
321
  #thread = threading.Thread(target=background_next_image)
322
+
323
+ is_started = False
324
 
325
  def start(_, calibrate_prompts, user_id, request: gr.Request):
326
  global is_started