katara / app.py
dkdaniz's picture
Update app.py
48090f8
raw
history blame
No virus
188 Bytes
# 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()