Ubai commited on
Commit
6b0097a
1 Parent(s): 80f5e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ chunk_size = 600
27
  chunk_overlap = 40
28
 
29
  # Initialize vector database in background
30
- accelerated(initialize_database)() # Function definition moved here
31
 
32
 
33
  def initialize_database():
 
27
  chunk_overlap = 40
28
 
29
  # Initialize vector database in background
30
+ accelerate(initialize_database)() # Function definition moved here
31
 
32
 
33
  def initialize_database():