doevent commited on
Commit
e3b54dd
·
verified ·
1 Parent(s): 9133821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with demo:
56
  Button_show_anchor = gr.Button(value="Predict anchors", visible=False)
57
  Button_run = gr.Button(value="Colorize")
58
  with gr.Column():
59
- Image_output = [gr.Image(type="numpy", label="Output").style(height=480), gr.Image(type="numpy", label="Output").style(height=480)]
60
 
61
  Ckeckbox_editable.change(fn=switch_states, inputs=Ckeckbox_editable, outputs=[Image_anchor, Button_show_anchor])
62
  Button_show_anchor.click(fn=click_predanchors, inputs=[Image_input, Num_anchor, Radio_resolution, Ckeckbox_editable], outputs=Image_anchor)
 
56
  Button_show_anchor = gr.Button(value="Predict anchors", visible=False)
57
  Button_run = gr.Button(value="Colorize")
58
  with gr.Column():
59
+ Image_output = [gr.Image(type="numpy", label="Output").style(height=480), gr.Image(type="numpy", label="Output")]
60
 
61
  Ckeckbox_editable.change(fn=switch_states, inputs=Ckeckbox_editable, outputs=[Image_anchor, Button_show_anchor])
62
  Button_show_anchor.click(fn=click_predanchors, inputs=[Image_input, Num_anchor, Radio_resolution, Ckeckbox_editable], outputs=Image_anchor)