Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,6 +176,6 @@ if __name__ == '__main__':
|
|
| 176 |
gr_btn_submit.click(
|
| 177 |
image_to_wd14_tags,
|
| 178 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
| 179 |
-
|
| 180 |
)
|
| 181 |
demo.launch()
|
|
|
|
| 176 |
gr_btn_submit.click(
|
| 177 |
image_to_wd14_tags,
|
| 178 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
| 179 |
+
outputs=[return,gr_output_text],
|
| 180 |
)
|
| 181 |
demo.launch()
|