runtime error

/usr/local/lib/python3.10/site-packages/gradio/layouts/column.py:55: UserWarning: 'scale' value should be an integer. Using 1.8 will cause issues. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/layouts/column.py:55: UserWarning: 'scale' value should be an integer. Using 1.5 will cause issues. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 284, in <module> iface.queue(concurrency_count=1, api_open=False, max_size=10) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2121, 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...