runtime error

You try to use a model that was created with version 3.0.0.dev0, however, your version is 2.2.2. This might cause unexpected behavior or errors. In that case, try to update to the latest version. /usr/local/lib/python3.10/site-packages/gradio/utils.py:1000: UserWarning: Expected 1 arguments for function <function <lambda> at 0x7f2bf07479a0>, received 0. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1004: UserWarning: Expected at least 1 arguments for function <function <lambda> at 0x7f2bf07479a0>, received 0. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 67, in <module> demo.queue(concurrency_count=16) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2115, in queue raise DeprecationWarning( DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().

Container logs:

Fetching error logs...