theSure commited on
Commit
c27a6b3
·
verified ·
1 Parent(s): 3c78c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,14 +265,14 @@ with gr.Blocks(
265
 
266
  To use this application:
267
  1. Upload an image.
268
- 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.)
269
  3. Set the seed (default is 1234).
270
  4. Click 'Start Processing' to process the image.
271
  5. The result will be displayed.
272
 
273
  Note: The mask should be a binary image where the object to be removed is white and the background is black.
274
 
275
- More details can be found at our [GitHub Repository](https://github.com/PRIS-CV/Omnieraser)
276
  """)
277
  with gr.Row(equal_height=False):
278
  with gr.Column(scale=1, variant="panel"):
 
265
 
266
  To use this application:
267
  1. Upload an image.
268
+ 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).
269
  3. Set the seed (default is 1234).
270
  4. Click 'Start Processing' to process the image.
271
  5. The result will be displayed.
272
 
273
  Note: The mask should be a binary image where the object to be removed is white and the background is black.
274
 
275
+ More details can be found at our [GitHub Repository](https://github.com/PRIS-CV/Omnieraser).
276
  """)
277
  with gr.Row(equal_height=False):
278
  with gr.Column(scale=1, variant="panel"):