chansung's picture
Upload folder using huggingface_hub
155d75d verified
raw
history blame contribute delete
228 Bytes
"""
User interface components.
This module contains the web interface and UI components
for the Auto Diffusers application.
"""
from .gradio_interface import create_gradio_interface
__all__ = [
"create_gradio_interface"
]