ovi054 commited on
Commit
ba4b442
·
verified ·
1 Parent(s): ff22d70

Update app.py

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