Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
shuttleai/shuttle-jaguar
evalstate
/
shuttle-jaguar
like
6
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
evalstate
HF Staff
commited on
May 7, 2025
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
)