Dekonstruktio commited on
Commit
680482f
·
verified ·
1 Parent(s): 1aea354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with demo:
57
  label="Colorization resolution (Low is more stable)", value="Low (256x256)")
58
  with gr.Row():
59
  Ckeckbox_editable = gr.Checkbox(value=True, label='Show editable anchors')
60
- Button_show_anchor = gr.Button(value="Predict anchors", visible=False)
61
  Button_run = gr.Button(value="Colorize")
62
  with gr.Column():
63
  Image_output = [gr.Image(type="numpy", label="Output", format="png"), gr.Image(type="numpy", label="Output", format="png")]
 
57
  label="Colorization resolution (Low is more stable)", value="Low (256x256)")
58
  with gr.Row():
59
  Ckeckbox_editable = gr.Checkbox(value=True, label='Show editable anchors')
60
+ Button_show_anchor = gr.Button(value="Predict anchors", visible=True)
61
  Button_run = gr.Button(value="Colorize")
62
  with gr.Column():
63
  Image_output = [gr.Image(type="numpy", label="Output", format="png"), gr.Image(type="numpy", label="Output", format="png")]