Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZhengPeng7
/
BiRefNet_demo
like
222
Running
on
Zero
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
ZhengPeng7
commited on
14 days ago
Commit
f1c7f1f
·
verified
·
1 Parent(s):
79910de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -254,4 +254,4 @@ demo = gr.TabbedInterface(
254
)
255
256
if __name__ == "__main__":
257
-
demo.launch(debug=True)
254
)
255
256
if __name__ == "__main__":
257
+
demo.launch(debug=True
, share=True
)