Spaces:
Runtime error
Runtime error
rynmurdock
commited on
Commit
•
541a815
1
Parent(s):
f210c0b
Update app.py
Browse files
app.py
CHANGED
@@ -373,8 +373,8 @@ def start(_, calibrate_prompts, user_id, request: gr.Request):
|
|
373 |
if not done_init:
|
374 |
# prep our calibration videos
|
375 |
for im in [
|
376 |
-
|
377 |
-
|
378 |
# './third.mp4',
|
379 |
# './fourth.mp4',
|
380 |
# './fifth.mp4',
|
@@ -505,8 +505,8 @@ 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 |
-
|
509 |
-
|
510 |
# './third.mp4',
|
511 |
# './fourth.mp4',
|
512 |
# './fifth.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',
|
|
|
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',
|