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