Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -175,5 +175,6 @@ if __name__ == '__main__':
|
|
175 |
image_to_wd14_tags,
|
176 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape],
|
177 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
|
|
178 |
)
|
179 |
demo.queue(os.cpu_count()).launch()
|
|
|
175 |
image_to_wd14_tags,
|
176 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape],
|
177 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
178 |
+
api_name="classify"
|
179 |
)
|
180 |
demo.queue(os.cpu_count()).launch()
|