Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,6 +79,7 @@ file_extractor = {
|
|
| 79 |
'.svg': parser, # SVG files (vector format, may contain embedded text)
|
| 80 |
}
|
| 81 |
|
|
|
|
| 82 |
# File processing function
|
| 83 |
def load_files(file_path: str, embed_model_name: str):
|
| 84 |
try:
|
|
|
|
| 79 |
'.svg': parser, # SVG files (vector format, may contain embedded text)
|
| 80 |
}
|
| 81 |
|
| 82 |
+
|
| 83 |
# File processing function
|
| 84 |
def load_files(file_path: str, embed_model_name: str):
|
| 85 |
try:
|