Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
import ingest
|
2 |
-
|
3 |
import sys
|
4 |
-
|
|
|
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
|