# import ingest import sys import os sys.path.append(os.path.join(os.path.dirname(__file__), "./localGPTUI")) # importing the hello from localGPTUI import run run() # ingest.main()