Whisper_AI / backend /__init__.py
TANMAY-555's picture
Upload folder using huggingface_hub
c85835e verified
Raw
History Blame Contribute Delete
61 Bytes
from .app import app, logger
__all__ = ["app", "logger"]