Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
shuttleai/shuttle-jaguar
evalstate
/
shuttle-jaguar
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
evalstate
HF Staff
commited on
May 7
Commit
6991f15
·
verified
·
1 Parent(s):
1cd3143
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -118,4 +118,4 @@ Shuttle Jaguar is a text-to-image AI model designed to generate highly aesthetic
118
outputs = [result, seed]
119
)
120
121
-
demo.launch()
118
outputs = [result, seed]
119
)
120
121
+
demo.launch(
mcp_server=True
)