ngundotra commited on
Commit
eaf1806
1 Parent(s): c825d2c

update api name

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()