Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,9 @@ from IPython.display import Markdown, display
|
|
9 |
|
10 |
def construct_index(directory_path):
|
11 |
|
12 |
-
max_input_size =
|
13 |
|
14 |
-
num_outputs =
|
15 |
|
16 |
max_chunk_overlap = 20
|
17 |
|
|
|
9 |
|
10 |
def construct_index(directory_path):
|
11 |
|
12 |
+
max_input_size = max_length
|
13 |
|
14 |
+
num_outputs = max_length
|
15 |
|
16 |
max_chunk_overlap = 20
|
17 |
|