Spaces:
Runtime error
Runtime error
Commit
·
4b16c0f
1
Parent(s):
4d2ff54
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def switch_states(is_checked):
|
|
37 |
demo = gr.Blocks(title="DISCO")
|
38 |
with demo:
|
39 |
gr.HTML(value="""
|
40 |
-
<div style='text-align:center;'><
|
41 |
""")
|
42 |
|
43 |
with gr.Row():
|
@@ -53,7 +53,7 @@ with demo:
|
|
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="
|
57 |
with gr.Column():
|
58 |
Image_output = gr.Image(type="numpy", label="Output").style(height=480)
|
59 |
|
|
|
37 |
demo = gr.Blocks(title="DISCO")
|
38 |
with demo:
|
39 |
gr.HTML(value="""
|
40 |
+
<div style='text-align:center;'><h2>Раскрашивание черно-белой картинки</h2></div>
|
41 |
""")
|
42 |
|
43 |
with gr.Row():
|
|
|
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="Исполнить")
|
57 |
with gr.Column():
|
58 |
Image_output = gr.Image(type="numpy", label="Output").style(height=480)
|
59 |
|