Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,6 +261,7 @@ with gr.Blocks(
|
|
261 |
</div>
|
262 |
""")
|
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.)
|
@@ -269,6 +270,8 @@ with gr.Blocks(
|
|
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):
|
274 |
with gr.Column(scale=1, variant="panel"):
|
|
|
261 |
</div>
|
262 |
""")
|
263 |
gr.Markdown("""
|
264 |
+
This is the demo of the paper "OmniEraser: Remove Objects and Their Effects in Images with Paired Video-Frame Data"
|
265 |
To use this application:
|
266 |
1. Upload an image.
|
267 |
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.)
|
|
|
270 |
5. The result will be displayed.
|
271 |
|
272 |
Note: The mask should be a binary image where the object to be removed is white and the background is black.
|
273 |
+
|
274 |
+
More details can be found at our [GitHub Repository](https://github.com/PRIS-CV/Omnieraser)
|
275 |
""")
|
276 |
with gr.Row(equal_height=False):
|
277 |
with gr.Column(scale=1, variant="panel"):
|