runtime error

me/user/app/app.py:54: 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(label="YouTube Playlist Link"), /home/user/app/app.py:54: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect inputs=[gr.inputs.Textbox(label="YouTube Playlist Link"), /home/user/app/app.py:54: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect inputs=[gr.inputs.Textbox(label="YouTube Playlist Link"), /home/user/app/app.py:55: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.Textbox(label="Query")], /home/user/app/app.py:55: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Textbox(label="Query")], /home/user/app/app.py:55: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect gr.inputs.Textbox(label="Query")], Traceback (most recent call last): File "/home/user/app/app.py", line 52, in <module> iface = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 250, in __init__ self.output_components = [ File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 251, in <listcomp> get_component_instance(o, render=False) for o in outputs # type: ignore File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 389, in get_component_instance component_obj = component(comp) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 381, in component obj = utils.component_or_layout_class(cls_name)() File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 288, in component_or_layout_class raise ValueError(f"No such component or layout: {cls_name}") ValueError: No such component or layout: dict

Container logs:

Fetching error logs...