cella110n commited on
Commit
7110f49
·
verified ·
1 Parent(s): 9f60fec

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -164,7 +164,6 @@ def get_tags(probs, labels: LabelData, gen_threshold, char_threshold):
164
  "copyright": (labels.copyright, char_threshold),
165
  "artist": (labels.artist, char_threshold),
166
  "meta": (labels.meta, gen_threshold),
167
- "quality": (labels.quality, gen_threshold),
168
  "model": (labels.model, gen_threshold)
169
  }
170
  for category, (indices, threshold) in category_map.items():
 
164
  "copyright": (labels.copyright, char_threshold),
165
  "artist": (labels.artist, char_threshold),
166
  "meta": (labels.meta, gen_threshold),
 
167
  "model": (labels.model, gen_threshold)
168
  }
169
  for category, (indices, threshold) in category_map.items():