Spaces:
Runtime error
Runtime error
Commit
·
cfe1077
1
Parent(s):
4984f9d
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 |
-
|
|
|
|
| 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
|