Rooni commited on
Commit
8711a72
·
1 Parent(s): 81bb315

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='primary', elem_id="gen-button")
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