alx-d commited on
Commit
4eddbeb
·
1 Parent(s): f3c5deb

Update longevity.py

Browse files
Files changed (1) hide show
  1. 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
- index = data_ingestion_indexing("folder_with_PDFs")
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()