Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
178 |
outputs=[result, seed],
|
179 |
)
|
180 |
|
181 |
-
text_button.click(result, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=
|
182 |
|
183 |
with gr.Tab("Flip Image"):
|
184 |
with gr.Row():
|
|
|
178 |
outputs=[result, seed],
|
179 |
)
|
180 |
|
181 |
+
text_button.click(result, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=[image_output, num_images_per_prompt, seed_output])
|
182 |
|
183 |
with gr.Tab("Flip Image"):
|
184 |
with gr.Row():
|