runtime error

erface.py:323: UserWarning: The `allow_flagging` parameter in `Interface` nowtakes a string value ('auto', 'manual', or 'never'), not a boolean. Setting parameter to: 'never'. warnings.warn( IMPORTANT: You are using gradio version 3.32.0, however version 4.29.0 is available, please upgrade. -------- /usr/local/lib/python3.10/site-packages/gradio/utils.py:757: UserWarning: Expected 2 arguments for function <function inference at 0x7fe38c10e710>, received 1. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:761: UserWarning: Expected at least 2 arguments for function <function inference at 0x7fe38c10e710>, received 1. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/helpers.py:215: UserWarning: Examples are being cached but not all input components have example values. This may result in an exception being thrown by your function. If you do get an error while caching examples, make sure all of your inputs have example values for all of your examples or you provide default values for those particular parameters in your function. warnings.warn( Caching examples at: '/home/user/app/gradio_cached_examples/13' /usr/local/lib/python3.10/site-packages/gradio/helpers.py:647: UserWarning: Unexpected argument. Filling with None. warnings.warn("Unexpected argument. Filling with None.") /usr/local/lib/python3.10/site-packages/gradio/helpers.py:647: UserWarning: Unexpected argument. Filling with None. warnings.warn("Unexpected argument. Filling with None.") /usr/local/lib/python3.10/site-packages/gradio/helpers.py:647: UserWarning: Unexpected argument. Filling with None. warnings.warn("Unexpected argument. Filling with None.") /usr/local/lib/python3.10/site-packages/gradio/helpers.py:647: UserWarning: Unexpected argument. Filling with None. warnings.warn("Unexpected argument. Filling with None.") Traceback (most recent call last): File "/home/user/app/app.py", line 63, in <module> gr.Interface( TypeError: Blocks.launch() got an unexpected keyword argument 'cache_examples'

Container logs:

Fetching error logs...