Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kims12/background-removal
Kims12
/
2-4_background-removal_GPU
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
not-lain
commited on
Aug 29, 2024
Commit
1a7230f
·
verified
·
1 Parent(s):
7711831
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.TabbedInterface(
62
)
63
64
if __name__ == "__main__":
65
-
demo.launch()
62
)
63
64
if __name__ == "__main__":
65
+
demo.launch(
show_error=True
)