Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
|
|
192 |
text_button = gr.Button("🔁 Создать", variant='primary', elem_id="gen-button")
|
193 |
with gr.Column():
|
194 |
with gr.Row():
|
195 |
-
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery"
|
196 |
|
197 |
text_button.click(query, inputs=[text_prompt, negative_prompt, model], outputs=image_output, concurrency_limit=44)
|
198 |
dalle.launch(show_api=False, share=False)
|
|
|
192 |
text_button = gr.Button("🔁 Создать", variant='primary', elem_id="gen-button")
|
193 |
with gr.Column():
|
194 |
with gr.Row():
|
195 |
+
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
196 |
|
197 |
text_button.click(query, inputs=[text_prompt, negative_prompt, model], outputs=image_output, concurrency_limit=44)
|
198 |
dalle.launch(show_api=False, share=False)
|