Profakerr commited on
Commit
4516080
·
verified ·
1 Parent(s): 05ce880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,seed]
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