voice-tools / src /config /__init__.py
jcudit's picture
jcudit HF Staff
git commit -m "feat: add HuggingFace ZeroGPU compatibility for
ffe9fdb
raw
history blame contribute delete
115 Bytes
"""Configuration modules for voice-tools."""
from src.config.gpu_config import GPUConfig
__all__ = ["GPUConfig"]