Spaces:
Runtime error
Runtime error
Commit
·
55952ec
1
Parent(s):
59970f4
non_block?
Browse files
app.py
CHANGED
|
@@ -365,7 +365,7 @@ def next_image(calibrate_prompts, user_id):
|
|
| 365 |
|
| 366 |
done_init = False
|
| 367 |
|
| 368 |
-
|
| 369 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
| 370 |
global done_init
|
| 371 |
|
|
|
|
| 365 |
|
| 366 |
done_init = False
|
| 367 |
|
| 368 |
+
@spaces.GPU()
|
| 369 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
| 370 |
global done_init
|
| 371 |
|