Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
|
|
170 |
|
171 |
|
172 |
with gr.Row():
|
173 |
-
text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
|
174 |
with gr.Row():
|
175 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
176 |
|
|
|
170 |
|
171 |
|
172 |
with gr.Row():
|
173 |
+
text_button = gr.Button("🔁 Генерация", variant='primary', elem_id="gen-button")
|
174 |
with gr.Row():
|
175 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
176 |
|