Spaces:
Sleeping
Sleeping
$P@D$3RV£R commited on
Commit ·
ba4d963
1
Parent(s): c60b5f0
Fix indentation on lines 1007-1008
Browse files
app.py
CHANGED
|
@@ -1004,8 +1004,8 @@ def load_from_huggingface_dataset(dataset_name="0001AMA/multimodal_data_annotato
|
|
| 1004 |
app.config["CACHE_DIR"] = cache_dir
|
| 1005 |
|
| 1006 |
# Process files to group by folder and file ID
|
| 1007 |
-
|
| 1008 |
-
|
| 1009 |
|
| 1010 |
# Group files by folder and file ID
|
| 1011 |
folder_files = {} # {folder_name: {file_id: {suffix: file_path}}}
|
|
|
|
| 1004 |
app.config["CACHE_DIR"] = cache_dir
|
| 1005 |
|
| 1006 |
# Process files to group by folder and file ID
|
| 1007 |
+
folder_sets = []
|
| 1008 |
+
required_suffixes = ['sr_int_full.png', '-tr_line.png', '-tr_int_full.png']
|
| 1009 |
|
| 1010 |
# Group files by folder and file ID
|
| 1011 |
folder_files = {} # {folder_name: {file_id: {suffix: file_path}}}
|