Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
not-lain
/
background-removal
like
1.97k
Running
on
Zero
App
Files
Files
Community
21
Fetching metadata from the HF Docker repository...
Update app.py
#19
by
AkinyemiAra
- opened
9 days ago
base:
refs/heads/main
β
from:
refs/pr/19
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ demo = gr.TabbedInterface(
68
)
69
70
if __name__ == "__main__":
71
-
demo.launch(show_error=True)
68
)
69
70
if __name__ == "__main__":
71
+
demo.launch(show_error=True
,mcp_server=True
)