runtime error
.22M/2.22M [00:00<00:00, 58.6MB/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/389 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 389/389 [00:00<00:00, 3.30MB/s] /home/user/app/app.py:59: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components iface = gr.Interface(fn=find_best_matches, inputs=[gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)], /home/user/app/app.py:59: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect iface = gr.Interface(fn=find_best_matches, inputs=[gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)], /home/user/app/app.py:59: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect iface = gr.Interface(fn=find_best_matches, inputs=[gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)], /home/user/app/app.py:62: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components outputs=gr.outputs.Carousel([gr.outputs.Image(type="pil")]), Traceback (most recent call last): File "/home/user/app/app.py", line 62, in <module> outputs=gr.outputs.Carousel([gr.outputs.Image(type="pil")]), 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...