Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with demo:
|
|
| 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=
|
| 61 |
Button_run = gr.Button(value="Colorize")
|
| 62 |
with gr.Column():
|
| 63 |
Image_output = [gr.Image(type="numpy", label="Output", format="png"), gr.Image(type="numpy", label="Output", format="png")]
|
|
|
|
| 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=True)
|
| 61 |
Button_run = gr.Button(value="Colorize")
|
| 62 |
with gr.Column():
|
| 63 |
Image_output = [gr.Image(type="numpy", label="Output", format="png"), gr.Image(type="numpy", label="Output", format="png")]
|