not-lain commited on
Commit
c1f05bf
·
1 Parent(s): 2621247

make tab visible

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -263,8 +263,8 @@ erase_tab = gr.Interface(
263
  )
264
 
265
  demo = gr.TabbedInterface(
266
- [rmbg_tab, outpaint_tab, inpaint_tab, sam2_tab],
267
- ["remove background", "outpainting", "inpainting", "sam2"],
268
  title="Utilities that require GPU",
269
  )
270
 
 
263
  )
264
 
265
  demo = gr.TabbedInterface(
266
+ [rmbg_tab, outpaint_tab, inpaint_tab, sam2_tab, erase_tab],
267
+ ["remove background", "outpainting", "inpainting", "sam2", "erase"],
268
  title="Utilities that require GPU",
269
  )
270