runtime error

/home/user/app/app.py:45: 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="Prompt"), /home/user/app/app.py:45: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Textbox(label="Prompt"), /home/user/app/app.py:45: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect gr.inputs.Textbox(label="Prompt"), /home/user/app/app.py:46: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.CheckboxGroup(["MODELSCOPE", "ZEROSCOPE"], label="Models"), /home/user/app/app.py:46: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.CheckboxGroup(["MODELSCOPE", "ZEROSCOPE"], label="Models"), Traceback (most recent call last): File "/home/user/app/app.py", line 47, in <module> gr.inputs.Number(label="Seed", min_value=-1, max_value=1000000), TypeError: Number.__init__() got an unexpected keyword argument 'min_value'

Container logs:

Fetching error logs...