Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,6 @@ tab_batch = gr.Interface(
|
|
209 |
],
|
210 |
outputs=[gr.Gallery(label="BiRefNet's predictions"), gr.File(label="Download masked images.")],
|
211 |
api_name="batch",
|
212 |
-
description=descriptions + '\nTab-batch is partially modified from https://huggingface.co/spaces/NegiTurkey/Multi_Birefnetfor_Background_Removal, thanks to this great work!',
|
213 |
)
|
214 |
|
215 |
demo = gr.TabbedInterface(
|
|
|
209 |
],
|
210 |
outputs=[gr.Gallery(label="BiRefNet's predictions"), gr.File(label="Download masked images.")],
|
211 |
api_name="batch",
|
|
|
212 |
)
|
213 |
|
214 |
demo = gr.TabbedInterface(
|