runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/utils.py:1002: UserWarning: Expected 1 arguments for function <function <lambda> at 0x7f0c57108790>, received 0. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1006: UserWarning: Expected at least 1 arguments for function <function <lambda> at 0x7f0c57108790>, received 0. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1002: UserWarning: Expected 1 arguments for function <function <lambda> at 0x7f0c5701ef80>, received 0. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1006: UserWarning: Expected at least 1 arguments for function <function <lambda> at 0x7f0c5701ef80>, received 0. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 140, in <module> with gr.Blocks() as demo: File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2086, in __exit__ self.app = routes.App.create_app(self) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 379, in create_app attach_oauth(app) File "/usr/local/lib/python3.10/site-packages/gradio/oauth.py", line 38, in attach_oauth _add_oauth_routes(app) File "/usr/local/lib/python3.10/site-packages/gradio/oauth.py", line 73, 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...