Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ data_path = os.path.join(os.path.dirname(__file__), 'localGPTUI')
|
|
7 |
# Add the data directory to sys.path
|
8 |
sys.path.append(data_path)
|
9 |
|
10 |
-
|
11 |
|
12 |
-
|
13 |
|
14 |
# ingest.main()
|
15 |
|
|
|
7 |
# Add the data directory to sys.path
|
8 |
sys.path.append(data_path)
|
9 |
|
10 |
+
from localGPTUI import frontend
|
11 |
|
12 |
+
frontend.main()
|
13 |
|
14 |
# ingest.main()
|
15 |
|