from src.controllers.text_summarize_controller import loadGUI def main(): loadGUI() if __name__ == '__main__': main()