from gui.gui_gradio import ShortGptUI app = ShortGptUI(colab=True) app.launch() # Launch the Gradio interface