linoyts HF Staff commited on
Commit
8dd236a
·
verified ·
1 Parent(s): 04b7c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css=css) as demo:
481
  ["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto" ]
482
  ],
483
  inputs=[input_image, prompt, illumination_dropdown, direction_dropdown],
484
- outputs=[result, seed, final_prompt],
485
  fn=infer,
486
  cache_examples="lazy"
487
  )
 
481
  ["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto" ]
482
  ],
483
  inputs=[input_image, prompt, illumination_dropdown, direction_dropdown],
484
+ outputs=[result, seed],
485
  fn=infer,
486
  cache_examples="lazy"
487
  )