Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 168 |
b4 = gr.Button(value='Start')
|
| 169 |
b4.click(start,
|
| 170 |
[b4, embs, ys, calibrate_prompts],
|
| 171 |
-
[b1, b2, b3, b4, img, calibrate_prompts])
|
| 172 |
with gr.Row():
|
| 173 |
html = gr.HTML('''<div style='text-align:center; font-size:32'>You will callibrate for several prompts and then roam.</ div>''')
|
| 174 |
|
|
|
|
| 168 |
b4 = gr.Button(value='Start')
|
| 169 |
b4.click(start,
|
| 170 |
[b4, embs, ys, calibrate_prompts],
|
| 171 |
+
[b1, b2, b3, b4, img, embs, ys, calibrate_prompts])
|
| 172 |
with gr.Row():
|
| 173 |
html = gr.HTML('''<div style='text-align:center; font-size:32'>You will callibrate for several prompts and then roam.</ div>''')
|
| 174 |
|