Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css=css) as dalle:
|
|
184 |
text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
|
185 |
with gr.Column():
|
186 |
with gr.Row():
|
187 |
-
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
188 |
|
189 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, gpt], outputs=image_output, concurrency_limit=24)
|
190 |
|
|
|
184 |
text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
|
185 |
with gr.Column():
|
186 |
with gr.Row():
|
187 |
+
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery", show_share_button=False)
|
188 |
|
189 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, gpt], outputs=image_output, concurrency_limit=24)
|
190 |
|