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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ 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 have one. (Unfortunately, we cannot provide it here due to the compatibility issues with zerogpu.)
267
  3. Set the seed (default is 1234).
268
  4. Click 'Start Processing' to process the image.
269
  5. The result will be displayed.
 
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.