runtime error

, line 106, in sync raise return_result File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 61, in _runner result[0] = await coro File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 277, in create await self.cache() File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 337, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1437, in process_api result = await self.call_function( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1109, in call_function prediction = await anyio.to_thread.run_sync( File "/home/user/.local/lib/python3.10/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.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 650, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 85, in transcribeWhisperX result_whisper, result_aligned, result_speakers, diarize_segments = doWhisperX(vocal_path, whisper_model=model, language=language) File "/home/user/app/transcription.py", line 45, in doWhisperX model = whisperx.load_model(whisper_model, device, compute_type=compute_type) File "/home/user/.local/lib/python3.10/site-packages/whisperx/asr.py", line 52, in load_model model = WhisperModel(whisper_arch, File "/home/user/.local/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 128, in __init__ self.model = ctranslate2.models.Whisper( ValueError: Requested float16 compute type, but the target device or backend do not support efficient float16 computation.

Container logs:

Fetching error logs...