File size: 248 Bytes
aa58e08
449f389
48090f8
aa58e08
cef5670
449f389
cef5670
 
 
 
 
 
48090f8
449f389
a1144aa
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# import ingest
import sys
import os

data_path = os.path.join(os.path.dirname(__file__), '..', 'localGPTUI')

# Add the data directory to sys.path
sys.path.append(data_path)

from localGPTUI import localGPTUI

localGPTUI.main()

# ingest.main()