Spaces:
Paused
Paused
Update app.py
Browse files
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")
|
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)
|