Hugging Face's logo
Nymbo
/
Runtime error

runtime error

/usr/local/lib/python3.10/site-packages/gradio/helpers.py:344: UserWarning: Examples will be 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/20' Caching example 1/2 Caching example 2/2 Traceback (most recent call last): File "/home/user/app/app.py", line 98, in <module> demo.queue(concurrency_count=75, max_size=100).launch(debug=True) 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...