pxg-tiny / pxg_tiny /__init__.py
Tarul's picture
Upload pxg_tiny/__init__.py with huggingface_hub
2fe464b verified
Raw
History Blame Contribute Delete
263 Bytes
"""PXG-Tiny: a tiny offline text->sprite model (pure NumPy inference)."""
from pxg_tiny.pipeline import PXGPipeline # noqa: F401
from pxg_tiny.runtime_pipeline import OfflinePipeline # noqa: F401
from pxg_tiny import config # noqa: F401
__version__ = "0.1.0"