Spaces:
Runtime error
Runtime error
Commit
·
3e339e7
1
Parent(s):
c51db11
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]
|