OriLib commited on
Commit
cbe790c
1 Parent(s): 9281027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["gi
69
 
70
 
71
  demo = gr.TabbedInterface(
72
- [tab1, tab2,tab3], ["image", "text","png"], title="RMBG-2.0 for background removal"
73
  )
74
 
75
  if __name__ == "__main__":
 
69
 
70
 
71
  demo = gr.TabbedInterface(
72
+ [tab1, tab2,tab3], ["input image", "input url","png output"], title="RMBG-2.0 for background removal"
73
  )
74
 
75
  if __name__ == "__main__":