Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def get_file(temp_dir, file_path):
|
|
120 |
|
121 |
|
122 |
|
123 |
-
def
|
124 |
code_partial_paths = ['kadi_apy/lib/resources/']
|
125 |
|
126 |
|
@@ -148,7 +148,7 @@ def process_directory5(directory):
|
|
148 |
|
149 |
# unzipped_root = os.listdir(tmpdirname)
|
150 |
|
151 |
-
def
|
152 |
all_texts = []
|
153 |
file_references = []
|
154 |
|
|
|
120 |
|
121 |
|
122 |
|
123 |
+
def process_directory(directory):
|
124 |
code_partial_paths = ['kadi_apy/lib/resources/']
|
125 |
|
126 |
|
|
|
148 |
|
149 |
# unzipped_root = os.listdir(tmpdirname)
|
150 |
|
151 |
+
def process_directory5(directory, partial_paths=None, file_paths=None):
|
152 |
all_texts = []
|
153 |
file_references = []
|
154 |
|