SiriGannada_Tokenizer / app /__init__.py
Krishnakanth1993's picture
Initial commit
07a2346
raw
history blame contribute delete
177 Bytes
"""Application package for the Kannada tokenizer Gradio app."""
from .tokenizer import KannadaBPETokenizer # noqa: F401
from .interface import build_interface # noqa: F401