Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,5 +58,3 @@ tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="
|
|
58 |
demo = gr.TabbedInterface(
|
59 |
[tab1, tab2], ["image", "text"], title="birefnet for background removal"
|
60 |
)
|
61 |
-
|
62 |
-
if __name__ == "__main__":
|
|
|
58 |
demo = gr.TabbedInterface(
|
59 |
[tab1, tab2], ["image", "text"], title="birefnet for background removal"
|
60 |
)
|
|
|
|