runtime error

No model was supplied, defaulted to distilbert-base-cased-distilled-squad and revision 626af31 (https://huggingface.co/distilbert-base-cased-distilled-squad). Using a pipeline without specifying a model name and revision in production is not recommended. config.json: 0%| | 0.00/473 [00:00<?, ?B/s] config.json: 100%|██████████| 473/473 [00:00<00:00, 2.13MB/s] model.safetensors: 0%| | 0.00/261M [00:00<?, ?B/s] model.safetensors: 16%|█▌ | 41.9M/261M [00:01<00:06, 33.2MB/s] model.safetensors: 100%|█████████▉| 261M/261M [00:01<00:00, 191MB/s] tokenizer_config.json: 0%| | 0.00/29.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 29.0/29.0 [00:00<00:00, 225kB/s] vocab.txt: 0%| | 0.00/213k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 213k/213k [00:00<00:00, 49.0MB/s] tokenizer.json: 0%| | 0.00/436k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 436k/436k [00:00<00:00, 95.0MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> inputs=gr.File(type="file", label="Upload PDF File"), File "/home/user/.local/lib/python3.10/site-packages/gradio/component_meta.py", line 157, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/file.py", line 96, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['filepath', 'binary']

Container logs:

Fetching error logs...