NewbloomAI commited on
Commit
38b46df
·
verified ·
1 Parent(s): 017cd38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -198,8 +198,7 @@ tab_text = gr.Interface(
198
  ],
199
  outputs=gr.ImageSlider(label="BiRefNet's prediction", type="pil", format='png'),
200
  api_name="URL",
201
- description=descriptions + '\nTab-URL is partially modified from https://huggingface.co/spaces/not-lain/background-removal, thanks to this great work!',
202
- )
203
 
204
  tab_batch = gr.Interface(
205
  fn=predict,
 
198
  ],
199
  outputs=gr.ImageSlider(label="BiRefNet's prediction", type="pil", format='png'),
200
  api_name="URL",
201
+ )
 
202
 
203
  tab_batch = gr.Interface(
204
  fn=predict,