File size: 263 Bytes
e98a02a
 
 
 
 
 
 
1
2
3
4
5
6
7
"""Components for the Gradio application UI"""

from .config_panel import create_config_panel
from .prompt_panel import create_prompt_panel
from .image_panel import create_image_panel

__all__ = ['create_config_panel', 'create_prompt_panel', 'create_image_panel']