Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
2i
/
pornmaster-krea2
like
133
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
addlabsviral
commited on
4 days ago
Commit
e019df2
·
verified
·
1 Parent(s):
48fdf5f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -499,4 +499,4 @@ with gr.Blocks(title="Krea 2 Turbo") as app:
499
500
501
if __name__ == "__main__":
502
-
app.launch()
499
500
501
if __name__ == "__main__":
502
+
app.launch(
mcp_server=True
)