Dekonstruktio commited on
Commit
201506b
·
verified ·
1 Parent(s): fc0ccc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with demo:
54
  Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
55
  label="Colorization resolution (Low is more stable)", value="Low (256x256)")
56
  with gr.Row():
57
- Ckeckbox_editable = gr.Checkbox(value=False, label='Show editable anchors')
58
  Button_show_anchor = gr.Button(value="Predict anchors", visible=True)
59
  Button_run = gr.Button(value="Colorize")
60
  with gr.Column():
 
54
  Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
55
  label="Colorization resolution (Low is more stable)", value="Low (256x256)")
56
  with gr.Row():
57
+ Ckeckbox_editable = gr.Checkbox(value=True, label='Show editable anchors')
58
  Button_show_anchor = gr.Button(value="Predict anchors", visible=True)
59
  Button_run = gr.Button(value="Colorize")
60
  with gr.Column():