File size: 242 Bytes
090f2af
866e55d
 
090f2af
 
1
2
3
4
5
6
from swarms.structs.ui.ui import create_app  # Adjust import as per your directory structure

if __name__ == "__main__":
    app = create_app()  # Create the Gradio app using the function from `ui.py`
    app.launch()        # Launch the app