runtime error

MB/s] /home/user/app/app.py:201: 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(default="What is Open-domain question answering?"), /home/user/app/app.py:201: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect inputs = [gr.inputs.Textbox(default="What is Open-domain question answering?"), /home/user/app/app.py:201: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect inputs = [gr.inputs.Textbox(default="What is Open-domain question answering?"), /home/user/app/app.py:202: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.File(), /home/user/app/app.py:202: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.File(), /home/user/app/app.py:202: GradioDeprecationWarning: `keep_filename` parameter is deprecated, and it has no effect gr.inputs.File(), /home/user/app/app.py:205: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.Carousel(['text']), Traceback (most recent call last): File "/home/user/app/app.py", line 205, in <module> gr.outputs.Carousel(['text']), File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 114, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 278, in __init__ super().__init__(components=components, label=label) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/carousel.py", line 19, in __init__ raise DeprecationWarning( DeprecationWarning: The Carousel component is deprecated. Please consider using the Gallery component, which can be used to display images (and optional captions).

Container logs:

Fetching error logs...