Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
black-forest-labs/FLUX.1-schnell
black-forest-labs
/
FLUX.1-dev
like
8.99k
Running
on
Zero
App
Files
Files
Community
415
Fetching metadata from the HF Docker repository...
innafomina
commited on
9 days ago
Commit
11064bb
·
verified
·
1 Parent(s):
7d29235
Update app.py
Browse files
turned it into mcp server
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ with gr.Blocks(css=css) as demo:
136
outputs = [result, seed]
137
)
138
139
-
demo.launch()
136
outputs = [result, seed]
137
)
138
139
+
demo.launch(
mcp_server=True
)