Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mrfakename/Z-Image-Turbo
luca115
/
z-image-turbo
like
7
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mrfakename
commited on
10 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
)