runtime error

Traceback (most recent call last): File "/code/app.py", line 5, in <module> from gradio_highlightedtextbox import HighlightedTextbox File "/usr/local/lib/python3.11/site-packages/gradio_highlightedtextbox/__init__.py", line 2, in <module> from .highlightedtextbox import HighlightedTextbox File "/usr/local/lib/python3.11/site-packages/gradio_highlightedtextbox/highlightedtextbox.py", line 15, in <module> class HighlightedTextbox(FormComponent): File "/usr/local/lib/python3.11/site-packages/gradio/component_meta.py", line 198, in __new__ create_or_modify_pyi(component_class, name, events) File "/usr/local/lib/python3.11/site-packages/gradio/component_meta.py", line 117, in create_or_modify_pyi current_interface, _ = extract_class_source_code(pyi_file.read_text(), class_name) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/pathlib.py", line 1058, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/pathlib.py", line 1044, in open return io.open(self, mode, buffering, encoding, errors, newline) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/site-packages/gradio_highlightedtextbox/highlightedtextbox.pyi'

Container logs:

Fetching error logs...