Spaces:
Running
Running
Update app.py
Browse files
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,
|
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]],
|