Xil Gui
src.xil_pipeline.xil_gui
Gradio web dashboard for xil-pipeline.
A browser-based GUI that supplements the CLI for visual oversight, audio preview, and sharing episode review with collaborators.
Usage:
xil-gui # opens http://localhost:7860
xil-gui --port 8080 # custom port
xil-gui --share # generate public URL for partner access (72h tunnel)
xil-gui --output session.log # append timestamped activity log to file
xil-gui --verbose # detailed logs for the Timeline SFX dialog (open/save)
Install the optional [gui] extra first: pip install 'xil-pipeline[gui]'
RUNNABLE_STAGES
module-attribute
load_cast_config
load_speakers_config
load_sfx_config
get_parser
Return the argument parser for xil-gui.
Source code in src/xil_pipeline/xil_gui.py
main
CLI entry point for the Gradio web dashboard.