multimodalart HF Staff commited on
Commit
ae5deb7
·
verified ·
1 Parent(s): 7ddd47a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ with gr.Blocks(css=css) as demo:
394
  ["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto", 0, True, 2.5]
395
  ],
396
  inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
397
- outputs=[result, seed],
398
  fn=infer,
399
  cache_examples="lazy"
400
  )
 
394
  ["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto", 0, True, 2.5]
395
  ],
396
  inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
397
+ outputs=[result, seed, final_prompt],
398
  fn=infer,
399
  cache_examples="lazy"
400
  )