runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/typing.py", line 668, in __init__ code = compile(arg, '<string>', 'eval') File "<string>", line 0 SyntaxError: invalid syntax During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 60, in <module> chatbot = gr.ChatInterface( File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 285, in __init__ self._setup_events() File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 597, in _setup_events self.textbox.submit( File "/usr/local/lib/python3.10/site-packages/gradio/events.py", line 695, in event_trigger dep, dep_index = root_block.set_event_trigger( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 865, 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 1037, in check_function_inputs_match parameter_types = get_type_hints(fn) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 1001, in get_type_hints return typing.get_type_hints(fn) File "/usr/local/lib/python3.10/typing.py", line 1866, in get_type_hints value = ForwardRef( File "/usr/local/lib/python3.10/typing.py", line 670, in __init__ raise SyntaxError(f"Forward reference must be an expression -- got {arg!r}") SyntaxError: Forward reference must be an expression -- got ''

Container logs:

Fetching error logs...