dkdaniz commited on
Commit
aa58e08
1 Parent(s): 449f389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
- import ingest
2
-
3
  import sys
4
- sys.path.insert(0, './localGPTUI')
 
5
 
6
  # importing the hello
7
  from localGPTUI import run
 
1
+ # import ingest
 
2
  import sys
3
+
4
+ sys.path.append(os.path.join(os.path.dirname(__file__), "./localGPTUI"))
5
 
6
  # importing the hello
7
  from localGPTUI import run