Spaces:
Sleeping
Sleeping
Commit
·
0a2613c
1
Parent(s):
cfd23dd
Update app.py
Browse files
app.py
CHANGED
@@ -373,9 +373,9 @@ def start(_, calibrate_prompts, user_id, request: gr.Request):
|
|
373 |
if not done_init:
|
374 |
# prep our calibration videos
|
375 |
for im in [
|
376 |
-
'./first.mp4',
|
377 |
-
'./second.mp4',
|
378 |
-
'./third.mp4',
|
379 |
# './fourth.mp4',
|
380 |
# './fifth.mp4',
|
381 |
# './sixth.mp4',
|
@@ -505,9 +505,9 @@ Explore the latent space without text prompts based on your preferences. Learn m
|
|
505 |
user_id = gr.State()
|
506 |
# calibration videos -- this is a misnomer now :D
|
507 |
calibrate_prompts = gr.State([
|
508 |
-
'./first.mp4',
|
509 |
-
'./second.mp4',
|
510 |
-
'./third.mp4',
|
511 |
# './fourth.mp4',
|
512 |
# './fifth.mp4',
|
513 |
# './sixth.mp4',
|
|
|
373 |
if not done_init:
|
374 |
# prep our calibration videos
|
375 |
for im in [
|
376 |
+
# './first.mp4',
|
377 |
+
# './second.mp4',
|
378 |
+
# './third.mp4',
|
379 |
# './fourth.mp4',
|
380 |
# './fifth.mp4',
|
381 |
# './sixth.mp4',
|
|
|
505 |
user_id = gr.State()
|
506 |
# calibration videos -- this is a misnomer now :D
|
507 |
calibrate_prompts = gr.State([
|
508 |
+
# './first.mp4',
|
509 |
+
# './second.mp4',
|
510 |
+
# './third.mp4',
|
511 |
# './fourth.mp4',
|
512 |
# './fifth.mp4',
|
513 |
# './sixth.mp4',
|