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