runtime error

Exit code: 1. Reason: DEBUG: App is starting... DEBUG: Importing Gradio/Streamlit... DEBUG: Loading transformers... DEBUG: Downloading/Loading model weights... (This might take a while) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/transformers/utils/hub.py", line 402, in cached_file resolved_file = hf_hub_download( ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn validate_repo_id(arg_value) File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars, '-', '_' or '.'. The name cannot start or end with '-' or '.' and the maximum length is 96: '...'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/DEL.py", line 13, in <module> model = AutoModel.from_pretrained("...") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 485, in from_pretrained resolved_config_file = cached_file( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/hub.py", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '...'. Please provide either the path to a local folder or the repo_id of a model on the Hub.

Container logs:

Fetching error logs...