Spaces:
Running
Running
Update app.py
Browse files
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=
|
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():
|