Spaces:
Running
on
Zero
Running
on
Zero
Apply pre-commit
Browse files
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(
|
121 |
-
|
|
|
|
|
|
|
|
|
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",
|