not-lain commited on
Commit
94386db
·
1 Parent(s): bfe437f

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ rmbg_tab = gr.Interface(fn=rmbg, inputs=["image","text"], outputs=["image"], api
43
  demo = gr.TabbedInterface(
44
  [rmbg_tab],
45
  ["remove background"],
46
- title="Background Removal",
47
  )
48
 
49
 
 
43
  demo = gr.TabbedInterface(
44
  [rmbg_tab],
45
  ["remove background"],
46
+ title="Utilities that require GPU",
47
  )
48
 
49