katara / app.py
dkdaniz's picture
Update app.py
aa58e08
raw
history blame
No virus
171 Bytes
# import ingest
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "./localGPTUI"))
# importing the hello
from localGPTUI import run
# ingest.main()