Update longevity.py
Browse files- longevity.py +2 -2
longevity.py
CHANGED
|
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
| 91 |
# title="Longevity GPT 0.1 pre alpha")
|
| 92 |
|
| 93 |
#passes in data directory
|
| 94 |
-
if not os.path.isdir("storage"):
|
| 95 |
-
|
| 96 |
#iface.launch(inline=True)
|
| 97 |
demo.launch()
|
|
|
|
| 91 |
# title="Longevity GPT 0.1 pre alpha")
|
| 92 |
|
| 93 |
#passes in data directory
|
| 94 |
+
#if not os.path.isdir("storage"):
|
| 95 |
+
index = data_ingestion_indexing("longevity_books")
|
| 96 |
#iface.launch(inline=True)
|
| 97 |
demo.launch()
|