File size: 188 Bytes
aa58e08
449f389
48090f8
aa58e08
 
449f389
 
 
 
48090f8
 
449f389
a1144aa
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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()