runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> iface = gr.Interface(fn=input_component, inputs=input_component, outputs=output_component, title="OYI") File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 517, in __init__ _submit_event = self.attach_submit_events(_submit_btn, _stop_btn) File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 755, in attach_submit_events return on( File "/usr/local/lib/python3.10/site-packages/gradio/events.py", line 428, in on dep, dep_index = Context.root_block.set_event_trigger( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1213, in set_event_trigger check_function_inputs_match(fn, inputs, inputs_as_dict) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 965, in check_function_inputs_match signature = inspect.signature(fn) File "/usr/local/lib/python3.10/inspect.py", line 3254, in signature return Signature.from_callable(obj, follow_wrapped=follow_wrapped, File "/usr/local/lib/python3.10/inspect.py", line 3002, in from_callable return _signature_from_callable(obj, sigcls=cls, File "/usr/local/lib/python3.10/inspect.py", line 2396, in _signature_from_callable raise TypeError('{!r} is not a callable object'.format(obj)) TypeError: <gradio.components.textbox.Textbox object at 0x7f3f581a4760> is not a callable object

Container logs:

Fetching error logs...