Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ target_list = [
|
|
| 19 |
'Restschalung', 'freiliegendeBewehrung', 'Lager', 'Entwässerung',
|
| 20 |
'Verfärbung', 'Acrack', 'Cavity', 'PEquipment', 'JTape', 'Ejoint', 'Wconccor'
|
| 21 |
]
|
| 22 |
-
target_list_all = ["All"] + target_list
|
| 23 |
label2id = {c: i for i, c in enumerate(target_list)}
|
| 24 |
id2label = {i: c for i, c in label2id.items()}
|
| 25 |
|
|
|
|
| 19 |
'Restschalung', 'freiliegendeBewehrung', 'Lager', 'Entwässerung',
|
| 20 |
'Verfärbung', 'Acrack', 'Cavity', 'PEquipment', 'JTape', 'Ejoint', 'Wconccor'
|
| 21 |
]
|
| 22 |
+
target_list_all = ["All"] + target_list
|
| 23 |
label2id = {c: i for i, c in enumerate(target_list)}
|
| 24 |
id2label = {i: c for i, c in label2id.items()}
|
| 25 |
|