Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,6 @@ def batch(image_files):
|
|
| 160 |
|
| 161 |
with gr.Blocks() as iface:
|
| 162 |
gr.Markdown("# Remove Background")
|
| 163 |
-
gr.HTML("Uses <a href='https://github.com/xuebinqin/DIS'>DIS</a> to remove background")
|
| 164 |
with gr.Tab("Single Image"):
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column():
|
|
|
|
| 160 |
|
| 161 |
with gr.Blocks() as iface:
|
| 162 |
gr.Markdown("# Remove Background")
|
|
|
|
| 163 |
with gr.Tab("Single Image"):
|
| 164 |
with gr.Row():
|
| 165 |
with gr.Column():
|