| """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)) | |
| """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)) | |