Alic22 commited on
Commit
9effdfb
·
verified ·
1 Parent(s): eb8a384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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