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