Spaces:
Runtime error
Runtime error
Commit
·
4d2ff54
1
Parent(s):
0883b83
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with demo:
|
|
51 |
Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "Medium (512x512)", "High (1024x1024)"], \
|
52 |
label="Область для раскрашивания кистью", value="Low (256x256)")
|
53 |
with gr.Row():
|
54 |
-
Ckeckbox_editable = gr.Checkbox(default=False, label='
|
55 |
Button_show_anchor = gr.Button(value="Predict anchors", visible=False)
|
56 |
Button_run = gr.Button(value="Colorize")
|
57 |
with gr.Column():
|
|
|
51 |
Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "Medium (512x512)", "High (1024x1024)"], \
|
52 |
label="Область для раскрашивания кистью", value="Low (256x256)")
|
53 |
with gr.Row():
|
54 |
+
Ckeckbox_editable = gr.Checkbox(default=False, label='Загрузить редактор')
|
55 |
Button_show_anchor = gr.Button(value="Predict anchors", visible=False)
|
56 |
Button_run = gr.Button(value="Colorize")
|
57 |
with gr.Column():
|