rynmurdock commited on
Commit
5663ecc
1 Parent(s): baada04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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