File size: 271 Bytes
e365a68
 
 
 
 
 
 
e79eb5e
e365a68
1
2
3
4
5
6
7
8
9
10
from src.ui import build_ui

if __name__ == "__main__":
    # Build the user interface
    ui = build_ui()
    
    # Launch the UI in the browser with access to the "output" folder
    ui.launch(server_name="0.0.0.0", server_port=7860, allowed_paths=[self.output_dir])