Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,8 @@ with gr.Blocks(
|
|
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.)
|
|
|
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 |
+
|
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.)
|