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

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
  Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
57
  label="Colorization resolution (Low is more stable)", value="Low (256x256)")
58
  with gr.Row():
59
- Ckeckbox_editable = gr.Checkbox(value=False, 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():
 
56
  Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
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():