Werli commited on
Commit
37d5f7f
·
verified ·
1 Parent(s): bf666fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1053,7 +1053,7 @@ with gr.Blocks(title=TITLE, css=css, theme="Werli/Multi-Tagger", fill_width=True
1053
  additional_tags_append,
1054
  tag_results,
1055
  ],
1056
- outputs=[download_file, sorted_general_strings, categorized, categorized_output, rating, character_res, general_res, unclassified, tag_results, categorized_output,],
1057
  )
1058
  gr.Examples(
1059
  [["images/1girl.png", VIT_LARGE_MODEL_DSV3_REPO, 0.35, False, 0.85, False]],
 
1053
  additional_tags_append,
1054
  tag_results,
1055
  ],
1056
+ outputs=[download_file, sorted_general_strings, categorized, categorized_output, rating, character_res, general_res, unclassified, tag_results,],
1057
  )
1058
  gr.Examples(
1059
  [["images/1girl.png", VIT_LARGE_MODEL_DSV3_REPO, 0.35, False, 0.85, False]],