BroBro87 commited on
Commit
e11d962
1 Parent(s): 8550e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def load_data():
20
  def build_index(documents):
21
  for document in documents:
22
  # Add a delay here
23
- time.sleep(10)
24
  index = GPTVectorStoreIndex.from_documents([document])
25
  return index
26
 
 
20
  def build_index(documents):
21
  for document in documents:
22
  # Add a delay here
23
+ time.sleep(5)
24
  index = GPTVectorStoreIndex.from_documents([document])
25
  return index
26