Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,6 @@ def batch(image_files):
|
|
163 |
|
164 |
with gr.Blocks() as iface:
|
165 |
gr.Markdown("# Remove Background")
|
166 |
-
gr.HTML("Uses <a href='https://github.com/xuebinqin/DIS'>DIS</a> to remove background")
|
167 |
with gr.Tab("Single Image"):
|
168 |
with gr.Row():
|
169 |
with gr.Column():
|
@@ -172,9 +171,9 @@ with gr.Blocks() as iface:
|
|
172 |
image_output = gr.Image(interactive=False)
|
173 |
with gr.Row():
|
174 |
with gr.Column():
|
175 |
-
single_removebg = gr.Button("
|
176 |
with gr.Column():
|
177 |
-
single_clear = gr.Button("
|
178 |
|
179 |
|
180 |
with gr.Tab("Batch"):
|
|
|
163 |
|
164 |
with gr.Blocks() as iface:
|
165 |
gr.Markdown("# Remove Background")
|
|
|
166 |
with gr.Tab("Single Image"):
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|
|
|
171 |
image_output = gr.Image(interactive=False)
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
+
single_removebg = gr.Button("去背景")
|
175 |
with gr.Column():
|
176 |
+
single_clear = gr.Button("清除")
|
177 |
|
178 |
|
179 |
with gr.Tab("Batch"):
|