Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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.
|