Update app.py
Browse files
app.py
CHANGED
@@ -90,5 +90,6 @@ with gr.Blocks() as demo:
|
|
90 |
image_output_component,
|
91 |
]
|
92 |
)
|
|
|
93 |
|
94 |
demo.launch(debug=False, show_error=True)
|
|
|
90 |
image_output_component,
|
91 |
]
|
92 |
)
|
93 |
+
gr.Markdown("For manual Mask generation, try @ovi054's [Inpainting Mask tool](https://huggingface.co/spaces/ovi054/FLUX-inpainting-mask-tool)")
|
94 |
|
95 |
demo.launch(debug=False, show_error=True)
|