Update app.py
Browse files
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__":
|