theSure commited on
Commit
a75d66e
·
verified ·
1 Parent(s): 1d848d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -263,10 +263,11 @@ with gr.Blocks(
263
  gr.Markdown("""
264
  To use this application:
265
  1. Upload an image.
266
- 2. Upload a pre-defined mask. (If you don't have a mask, you can sketch one by using the Gradio demo available in our GitHub repository. Please note that, due to compatibility limitations with zerogpu, we’re unable to integrate the demo directly here.)
267
  3. Set the seed (default is 1234).
268
  4. Click 'Start Processing' to process the image.
269
  5. The result will be displayed.
 
270
  Note: The mask should be a binary image where the object to be removed is white and the background is black.
271
  """)
272
  with gr.Row(equal_height=False):
 
263
  gr.Markdown("""
264
  To use this application:
265
  1. Upload an image.
266
+ 2. Upload a pre-defined mask. (Unfortunatey, you cannot sketch mask here due to the compatibility issues with zerogpu, if you need draw mask manually, please use our offline gradio script available in our GitHub repository.)
267
  3. Set the seed (default is 1234).
268
  4. Click 'Start Processing' to process the image.
269
  5. The result will be displayed.
270
+
271
  Note: The mask should be a binary image where the object to be removed is white and the background is black.
272
  """)
273
  with gr.Row(equal_height=False):