Spaces:
Running
Running
| """ | |
| 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" | |
| ] |