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:
Duplicated from
stabilityai/stable-diffusion-3-medium
Yjhhh
/
stable-diffusion-3-medium
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yjhhh
commited on
Jun 17, 2024
Commit
0501f51
·
verified
·
1 Parent(s):
a507a3b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -134,4 +134,4 @@ with gr.Blocks(css=css) as demo:
134
outputs = [result, seed]
135
)
136
137
-
demo.launch()
134
outputs = [result, seed]
135
)
136
137
+
demo.launch(
share=True
)