Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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", "
|
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__":
|