315cd39 b955807
1
2
3
4
5
6
7
8
9
10
"""UI module for Mosaic Gradio web interface. This module provides the web-based user interface for Mosaic, allowing interactive analysis of whole slide images through a browser. """ from .app import launch_gradio __all__ = ["launch_gradio"]