| """Application package for the Kannada tokenizer Gradio app.""" | |
| from .tokenizer import KannadaBPETokenizer # noqa: F401 | |
| from .interface import build_interface # noqa: F401 | |
| """Application package for the Kannada tokenizer Gradio app.""" | |
| from .tokenizer import KannadaBPETokenizer # noqa: F401 | |
| from .interface import build_interface # noqa: F401 | |