runtime error
Exit code: 1. Reason: ===== Application Startup ===== Loading Whisper model... Error loading models: openai/whisper-tiny is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>` Error during application startup: Model loading failed Traceback (most recent call last): File "/home/user/app/app.py", line 461, in <module> raise RuntimeError("Model loading failed") RuntimeError: Model loading failed
Container logs:
===== Application Startup at 2025-02-03 05:22:18 =====
===== Application Startup =====
Loading Whisper model...
Error loading models: openai/whisper-tiny is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`
Error during application startup: Model loading failed
Traceback (most recent call last):
File "/home/user/app/app.py", line 461, in <module>
raise RuntimeError("Model loading failed")
RuntimeError: Model loading failed
===== Application Startup =====
Loading Whisper model...
Error loading models: openai/whisper-tiny is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`
Error during application startup: Model loading failed
Traceback (most recent call last):
File "/home/user/app/app.py", line 461, in <module>
raise RuntimeError("Model loading failed")
RuntimeError: Model loading failed