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

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
  with gr.Row():
53
  Num_anchor = gr.Number(precision=0, value=8, label="Num. of anchors (3~14)")
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)
 
52
  with gr.Row():
53
  Num_anchor = gr.Number(precision=0, value=8, label="Num. of anchors (3~14)")
54
  Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
55
+ label="Colorization resolution (Low is more stable)", value="High (512x512)")
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)