Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Efficient-Large-Model/SanaSprint
sylvain471
/
SanaSprint-mcp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sylvain471
commited on
May 30
Commit
b0602a0
Β·
verified
Β·
1 Parent(s):
284fff8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -146,4 +146,4 @@ with gr.Blocks(css=css) as demo:
146
outputs = [result, seed]
147
)
148
149
-
demo.launch()
146
outputs = [result, seed]
147
)
148
149
+
demo.launch(
mcp_server=True
)