brurei commited on
Commit
2e7efb0
·
1 Parent(s): aa02f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def fn(x, y, z):
21
 
22
  def construct_index(directory_path):
23
  max_input_size = 10000
24
- num_outputs = 10
25
  max_chunk_overlap = 20000
26
  chunk_size_limit = 600000
27
 
 
21
 
22
  def construct_index(directory_path):
23
  max_input_size = 10000
24
+ num_outputs = 10000
25
  max_chunk_overlap = 20000
26
  chunk_size_limit = 600000
27