Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrfakename
/
Z-Image-Turbo
like
178
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
mrfakename
commited on
4 days ago
Commit
8da5cdc
·
verified
·
1 Parent(s):
17f20b0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -138,4 +138,4 @@ with gr.Blocks(title="Z-Image-Turbo Demo") as demo:
138
)
139
140
if __name__ == "__main__":
141
-
demo.launch()
138
)
139
140
if __name__ == "__main__":
141
+
demo.launch(
mcp_server=True
)