ehristoforu commited on
Commit
e12a504
1 Parent(s): 2a45ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,6 +238,6 @@ with gr.Blocks(css=css) as sdxl:
238
  with gr.Column(scale=1):
239
  image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
240
 
241
- text_button.click(query, inputs=[text_prompt, negative_prompt], outputs=image_output)
242
 
243
  sdxl.launch(show_api=False)
 
238
  with gr.Column(scale=1):
239
  image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
240
 
241
+ text_button.click(query, inputs=[text_prompt, negative_prompt, image_style], outputs=image_output)
242
 
243
  sdxl.launch(show_api=False)