FrostIce commited on
Commit
ddbb03c
·
verified ·
1 Parent(s): ffa6479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def image_to_wd14_tags(image: Image.Image, model_name: str, threshold: float,
149
  text_items.append(tag_outformat)
150
  output_text = ', '.join(text_items)
151
 
152
- return output_text, filtered_tags
153
 
154
 
155
  if __name__ == '__main__':
 
149
  text_items.append(tag_outformat)
150
  output_text = ', '.join(text_items)
151
 
152
+ return output_text
153
 
154
 
155
  if __name__ == '__main__':