Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
dominic1021
/
birefnet_background_remover
like
0
License:
mit
Model card
Files
Files and versions
Community
dominic1021
commited on
Nov 6, 2024
Commit
493b508
·
verified
·
1 Parent(s):
13c9875
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -225,4 +225,4 @@ demo = gr.TabbedInterface(
225
)
226
227
if __name__ == "__main__":
228
-
demo.launch(
debug
=True)
225
)
226
227
if __name__ == "__main__":
228
+
demo.launch(
share
=True)