runtime error
Exit code: 1. Reason: /app/app.py:4: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(theme=gr.themes.Soft(primary_hue="cyan", neutral_hue="slate")) as app: Traceback (most recent call last): File "/app/app.py", line 16, in <module> img_btn.click(fn=None, inputs=img_prompt, outputs=img_output, api_name="predict", src="black-forest-labs/FLUX.1-schnell") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: EventListener._setup.<locals>.event_trigger() got an unexpected keyword argument 'src'
Container logs:
Fetching error logs...