47cf0df
1
2
3
4
5
6
7
8
9
"""Launch the bundled Canter Gradio application.""" from pathlib import Path from canter.webui import main if __name__ == "__main__": main(default_model=str(Path(__file__).resolve().parent))