K00B404 commited on
Commit
78c6c29
1 Parent(s): ab7a840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
88
  with gr.Row():
89
  text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
90
  with gr.Row():
91
- image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
92
 
93
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
94
 
 
88
  with gr.Row():
89
  text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
90
  with gr.Row():
91
+ image_output,_ = gr.Image(type="pil", label="Image Output", elem_id="gallery")
92
 
93
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
94