runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/google/api_core/_python_version_support.py:266: FutureWarning: You are using a Python version (3.10.19) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning) Traceback (most recent call last): File "/app/app.py", line 4, in <module> interface = create_interface() File "/app/gui.py", line 352, in create_interface vocals_audio = gr.Audio(label=i18n("vocals"), show_download_button=True, interactive=False) File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'show_download_button'

Container logs:

Fetching error logs...