Spaces:
Running
Running
Update app.py
Browse files
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 |
|