Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ritutweets46
/
sd3-shecodes
like
1
Runtime error
App
Files
Files
Community
26
Fetching metadata from the HF Docker repository...
Aditibaheti
commited on
Jul 15, 2024
Commit
22e1030
·
verified
·
1 Parent(s):
2bf07a8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -151,4 +151,4 @@ with gr.Blocks(css=css) as demo:
151
outputs=[result]
152
)
153
154
-
demo.queue().launch()
151
outputs=[result]
152
)
153
154
+
demo.queue().launch(
share=True
)