Alex
Results
3
comments of
Alex
@babyzmz Did you ever find a solution to this?
After rebuilding everything, and deleting the `poetry.lock` unfortunately it didn't work for me either, seeing the same issue
gradio deprecated `gradio.inputs` and `gradio.ouputs`. Use `gradio.components` for newer versions. See example: ``` import gradio as gr # Component eg. Image, Label ...etc outputs=gr.components.(...) inputs=gr.components.(...) ```