doevent commited on
Commit
67a6c9e
·
verified ·
1 Parent(s): f1db938

Update app.py

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