runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/importlib/util.py:247: DeprecationWarning: The `openvino.runtime` module is deprecated and will be removed in the 2026.0 release. Please replace `openvino.runtime` with `openvino`. self.__spec__.loader.exec_module(self) Traceback (most recent call last): File "/home/user/app/app.py", line 284, in <module> with gr.Blocks() as demo: File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2290, in __exit__ self.app = App.create_app(self) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 490, in create_app attach_oauth(app) File "/usr/local/lib/python3.10/site-packages/gradio/oauth.py", line 40, in attach_oauth _add_oauth_routes(app) File "/usr/local/lib/python3.10/site-packages/gradio/oauth.py", line 76, in _add_oauth_routes raise ValueError(msg.format("OAUTH_CLIENT_ID")) ValueError: OAuth is required but OAUTH_CLIENT_ID environment variable is not set. Make sure you've enabled OAuth in your Space by setting `hf_oauth: true` in the Space metadata.
Container logs:
Fetching error logs...