not-lain commited on
Commit
8276f29
·
verified ·
1 Parent(s): 4c33e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="
57
 
58
 
59
  demo = gr.TabbedInterface(
60
- [tab1, tab2], ["image", "text"], title="birefnet for background removal"
61
  )
62
 
63
  if __name__ == "__main__":
 
57
 
58
 
59
  demo = gr.TabbedInterface(
60
+ [tab1, tab2], ["image", "text"], title="birefnet for background removal (WIP 🛠️, works for linux)", desc
61
  )
62
 
63
  if __name__ == "__main__":