DmitrMakeev
commited on
Commit
•
c5161f1
1
Parent(s):
d9d20bd
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; font-size: 32px;">Раскрашивание
|
41 |
""")
|
42 |
|
43 |
with gr.Row():
|
|
|
37 |
demo = gr.Blocks(title="DISCO")
|
38 |
with demo:
|
39 |
gr.HTML(value="""
|
40 |
+
<div style="text-align:center; font-size: 32px;">Раскрашивание черно-белых фотографий</div>
|
41 |
""")
|
42 |
|
43 |
with gr.Row():
|