runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> iface.queue(concurrency_count=1, max_size=50).launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1808, 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...