Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fabrice-TIERCELIN
/
Inpaint
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Fabrice-TIERCELIN
commited on
Jul 20
Commit
bad722e
·
verified
·
1 Parent(s):
7d47c7c
mcp_server=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -664,4 +664,4 @@ with gr.Blocks() as interface:
664
]
665
)
666
667
-
interface.queue().launch()
664
]
665
)
666
667
+
interface.queue().launch(
mcp_server=True
)