hysts HF Staff commited on
Commit
d0028f2
·
1 Parent(s): 1d5bddb

Apply pre-commit

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -117,8 +117,12 @@ def run(
117
 
118
  with gr.Blocks(css="style.css") as demo:
119
  gr.Markdown(DESCRIPTION)
120
- gr.Markdown("This is the demo for [ViTMatte](https://github.com/hustvl/ViTMatte), an image matting application. You can matte any subject in a given image.")
121
- gr.Markdown("If you wish to replace background of the image, simply select the checkbox and drag and drop your background image.")
 
 
 
 
122
  gr.Markdown("You can draw your own foreground mask and unknown (border) mask using the canvas.")
123
  gr.DuplicateButton(
124
  value="Duplicate Space for private use",
 
117
 
118
  with gr.Blocks(css="style.css") as demo:
119
  gr.Markdown(DESCRIPTION)
120
+ gr.Markdown(
121
+ "This is the demo for [ViTMatte](https://github.com/hustvl/ViTMatte), an image matting application. You can matte any subject in a given image."
122
+ )
123
+ gr.Markdown(
124
+ "If you wish to replace background of the image, simply select the checkbox and drag and drop your background image."
125
+ )
126
  gr.Markdown("You can draw your own foreground mask and unknown (border) mask using the canvas.")
127
  gr.DuplicateButton(
128
  value="Duplicate Space for private use",