Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ def process_directory5(directory, partial_paths=None, file_paths=None):
|
|
234 |
text = f"SVG file content from {file_path}"
|
235 |
elif file_ext in ['.png', '.ico']:
|
236 |
text = f"Image metadata from {file_path}"
|
237 |
-
else
|
238 |
continue
|
239 |
|
240 |
all_texts.append(text)
|
|
|
234 |
text = f"SVG file content from {file_path}"
|
235 |
elif file_ext in ['.png', '.ico']:
|
236 |
text = f"Image metadata from {file_path}"
|
237 |
+
else:
|
238 |
continue
|
239 |
|
240 |
all_texts.append(text)
|