runtime error

Exit code: 1. Reason: Downloading NLTK 'punkt' tokenizer... [nltk_data] Downloading package punkt to /home/user/nltk_data... [nltk_data] Unzipping tokenizers/punkt.zip. Downloading spaCy 'en_core_web_sm' model... Collecting en-core-web-sm==3.8.0 Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl (12.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 85.8 MB/s eta 0:00:00 Installing collected packages: en-core-web-sm Successfully installed en-core-web-sm-3.8.0 [notice] A new release of pip available: 22.3.1 -> 24.3.1 [notice] To update, run: pip install --upgrade pip ✔ Download and installation successful You can now load the package via spacy.load('en_core_web_sm') Running on: cpu Traceback (most recent call last): File "/home/user/app/app.py", line 79, in <module> launch_cv_skill_assessment_app() File "/home/user/app/app.py", line 64, in launch_cv_skill_assessment_app inputs=gr.File(label="Upload Your CV (PDF/Text)", type="file"), File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/file.py", line 107, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['filepath', 'binary']

Container logs:

Fetching error logs...