runtime error

[0] = await coro File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 277, in create await self.cache() File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 312, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1315, in process_api result = await self.call_function( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1043, in call_function prediction = await anyio.to_thread.run_sync( File "/home/user/.local/lib/python3.8/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "app.py", line 76, in get_feedback transcribed_text = transcribe_audio(audio_file_path) File "app.py", line 49, in transcribe_audio response = openai.Audio.transcribe( File "/home/user/.local/lib/python3.8/site-packages/openai/api_resources/audio.py", line 65, in transcribe response, _, api_key = requestor.request("post", url, files=files, params=data) File "/home/user/.local/lib/python3.8/site-packages/openai/api_requestor.py", line 298, in request resp, got_stream = self._interpret_response(result, stream) File "/home/user/.local/lib/python3.8/site-packages/openai/api_requestor.py", line 700, in _interpret_response self._interpret_response_line( File "/home/user/.local/lib/python3.8/site-packages/openai/api_requestor.py", line 763, in _interpret_response_line raise self.handle_error_response( openai.error.AuthenticationError: Incorrect API key provided: sk-ik6JZ***************************************5xVs. You can find your API key at https://platform.openai.com/account/api-keys.

Container logs:

Fetching error logs...