Spaces:
Runtime error
Runtime error
rynmurdock
commited on
Commit
•
b0e2cfa
1
Parent(s):
7df154d
app.py
CHANGED
@@ -472,7 +472,7 @@ Explore the latent space without text prompts based on your preferences. Learn m
|
|
472 |
[img, calibrate_prompts],
|
473 |
)
|
474 |
with gr.Row():
|
475 |
-
b4 = gr.Button(value='Start')
|
476 |
b4.click(start,
|
477 |
[b4, calibrate_prompts, user_id],
|
478 |
[b1, b2, b3, b4, img, calibrate_prompts, user_id]
|
|
|
472 |
[img, calibrate_prompts],
|
473 |
)
|
474 |
with gr.Row():
|
475 |
+
b4 = gr.Button(value='Start')
|
476 |
b4.click(start,
|
477 |
[b4, calibrate_prompts, user_id],
|
478 |
[b1, b2, b3, b4, img, calibrate_prompts, user_id]
|