Spaces:
Running
on
L40S
Running
on
L40S
Commit
·
47b6763
1
Parent(s):
1b78d70
Update app.py
Browse files
app.py
CHANGED
@@ -368,6 +368,7 @@ done_init = False
|
|
368 |
|
369 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
370 |
global done_init
|
|
|
371 |
|
372 |
if not done_init:
|
373 |
# prep our calibration videos
|
|
|
368 |
|
369 |
def start(_, calibrate_prompts, user_id, request: gr.Request):
|
370 |
global done_init
|
371 |
+
global prevs_df
|
372 |
|
373 |
if not done_init:
|
374 |
# prep our calibration videos
|