runtime error

�▊| 262M/268M [00:04<00:00, 60.5MB/s] Downloading model.safetensors: 100%|██████████| 268M/268M [00:05<00:00, 51.0MB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/48.0 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 48.0/48.0 [00:00<00:00, 477kB/s] Downloading (…)solve/main/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] Downloading (…)solve/main/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 119MB/s] /home/user/app/app.py:76: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components inputs=gr.inputs.Textbox(lines=30, label="Paste Text Here"), /home/user/app/app.py:76: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect inputs=gr.inputs.Textbox(lines=30, label="Paste Text Here"), /home/user/app/app.py:76: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect inputs=gr.inputs.Textbox(lines=30, label="Paste Text Here"), /home/user/app/app.py:78: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.Textbox(type="number", label="Overall Sentiment Score"), Traceback (most recent call last): File "/home/user/app/app.py", line 78, in <module> gr.outputs.Textbox(type="number", label="Overall Sentiment Score"), File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 115, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 30, in __init__ super().__init__(label=label, type=type) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/textbox.py", line 104, in __init__ raise ValueError('`type` must be one of "text", "password", or "email".') ValueError: `type` must be one of "text", "password", or "email".

Container logs:

Fetching error logs...