Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
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(
|