Severian commited on
Commit
69c05d6
·
verified ·
1 Parent(s): 09ed2a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -661,7 +661,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
661
  run_button.click(
662
  fn=process_and_handle_errors,
663
  inputs=[input_image, caption_type, caption_length, extra_options, name_input, custom_prompt, lens_type, film_stock, composition_style, lighting_aspect, special_technique, color_effect],
664
- outputs=[error_message, output_prompt, output_caption]
665
  )
666
 
667
  login_button.click(
 
661
  run_button.click(
662
  fn=process_and_handle_errors,
663
  inputs=[input_image, caption_type, caption_length, extra_options, name_input, custom_prompt, lens_type, film_stock, composition_style, lighting_aspect, special_technique, color_effect],
664
+ outputs=[error_message, output_caption]
665
  )
666
 
667
  login_button.click(