bozdaglab's picture
Add ZeroGPU-enabled BioLM-NET workbench
31376a7 verified
Raw
History Blame Contribute Delete
122 Bytes
"""BioLM-NET model and data utilities for the Hugging Face Space."""
from .model import BioLMNet
__all__ = ["BioLMNet"]