Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fabrice-TIERCELIN
/
Image-to-Image
like
10
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Fabrice-TIERCELIN
commited on
Jul 20
Commit
0f58b8b
·
verified
·
1 Parent(s):
14f2b40
mcp_server=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -345,4 +345,4 @@ with gr.Blocks() as interface:
345
"""
346
)
347
348
-
interface.queue().launch()
345
"""
346
)
347
348
+
interface.queue().launch(
mcp_server=True
)