TushP's picture
Upload folder using huggingface_hub
bb9baa9 verified
"""
UI Module - Gradio Interface
"""
from .gradio_app import create_interface, launch_app
__all__ = ['create_interface', 'launch_app']