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