Rooni commited on
Commit
c052240
·
1 Parent(s): c08b6ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🔁 Генерация", 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")
 
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")