runtime error

Exit code: 3. Reason: /site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status raise _format(GatedRepoError, message, response) from e huggingface_hub.errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-6900d7d3-425122a4297d4bf337129b4c;1cb6685f-6605-4f60-9628-081bd4c6fcc5) Cannot access gated repo for url https://huggingface.co/nyrahealth/CrisperWhisper/resolve/main/preprocessor_config.json. Access to model nyrahealth/CrisperWhisper is restricted. You must have access to it and be authenticated to access it. Please log in. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 692, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 569, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 669, in startup await handler() File "/home/user/app/app.py", line 62, in load_model processor = AutoProcessor.from_pretrained(MODEL_NAME) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 234, in from_pretrained preprocessor_config_file = get_file_from_repo( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 541, in get_file_from_repo return cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 404, in cached_file raise EnvironmentError( OSError: You are trying to access a gated repo. Make sure to request access at https://huggingface.co/nyrahealth/CrisperWhisper and pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...