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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.)