Spaces:
Running
Running
update api name
Browse files
app.py
CHANGED
@@ -180,5 +180,6 @@ if __name__ == '__main__':
|
|
180 |
image_to_wd14_tags,
|
181 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
182 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
|
|
183 |
)
|
184 |
demo.queue(os.cpu_count()).launch()
|
|
|
180 |
image_to_wd14_tags,
|
181 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
182 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
183 |
+
api_name="wdtag",
|
184 |
)
|
185 |
demo.queue(os.cpu_count()).launch()
|