Update app.py
Browse files
app.py
CHANGED
|
@@ -284,7 +284,7 @@ with gr.Blocks() as demo:
|
|
| 284 |
fn=generate_image,
|
| 285 |
inputs=[prompt, negative_prompt, lora_input, steps_slider, guidance_slider,
|
| 286 |
model, num_images, width, height,seed_input],
|
| 287 |
-
outputs=[gallery,
|
| 288 |
)
|
| 289 |
|
| 290 |
# Connect clear cache button
|
|
|
|
| 284 |
fn=generate_image,
|
| 285 |
inputs=[prompt, negative_prompt, lora_input, steps_slider, guidance_slider,
|
| 286 |
model, num_images, width, height,seed_input],
|
| 287 |
+
outputs=[gallery,seed_display]
|
| 288 |
)
|
| 289 |
|
| 290 |
# Connect clear cache button
|