runtime error

nts gr.inputs.Textbox(lines=5, label="Input Text"), /home/user/app/app.py:44: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Textbox(lines=5, label="Input Text"), /home/user/app/app.py:44: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect gr.inputs.Textbox(lines=5, label="Input Text"), /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.Radio(choices=["1", "2", "3", "4"], label="Your Answer", optional=True), /home/user/app/app.py:45: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Radio(choices=["1", "2", "3", "4"], label="Your Answer", optional=True), /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.Radio(choices=["Yes", "No"], label="Continue?", optional=True) /home/user/app/app.py:46: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Radio(choices=["Yes", "No"], label="Continue?", optional=True) /home/user/app/app.py:49: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.Textbox(label="Model Output"), /home/user/app/app.py:50: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.State(label="State") Traceback (most recent call last): File "/home/user/app/app.py", line 41, in <module> iface = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 228, in __init__ raise ValueError( ValueError: If using 'state', there must be exactly one state input and one state output.

Container logs:

Fetching error logs...