Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
|
|
174 |
|
175 |
|
176 |
with gr.Row():
|
177 |
-
text_button = gr.Button("🔁
|
178 |
with gr.Column():
|
179 |
with gr.Row():
|
180 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
|
|
174 |
|
175 |
|
176 |
with gr.Row():
|
177 |
+
text_button = gr.Button("🔁 Создать", variant='primary', elem_id="gen-button")
|
178 |
with gr.Column():
|
179 |
with gr.Row():
|
180 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|