runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/gradio/interface.py:171: 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. super().__init__( Traceback (most recent call last): File "/app/app.py", line 178, in <module> demo = gr.Interface( fn=process_image, ...<16 lines>... ), ) File "/usr/local/lib/python3.13/site-packages/gradio/interface.py", line 171, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ analytics_enabled=analytics_enabled, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1112, in __init__ super().__init__(render=False, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BlockContext.__init__() got an unexpected keyword argument 'allow_flagging'
Container logs:
Fetching error logs...