Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
VIDraft/stable-diffusion-3.5-large-turboX
Futuretop
/
Text-to-Image-3.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
openfree
commited on
May 21
Commit
0691ff2
Β·
verified
Β·
1 Parent(s):
08f603c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -198,4 +198,4 @@ with gr.Blocks(theme="apriel", css=css) as demo:
198
)
199
200
if __name__ == "__main__":
201
-
demo.launch()
198
)
199
200
if __name__ == "__main__":
201
+
demo.launch(
mcp_server=True
)