Hugging Face
Models
Datasets
Spaces
Community
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...
Update app.py
#9
by
Aditibaheti
- opened
Jul 15, 2024
base:
refs/heads/main
←
from:
refs/pr/9
Discussion
Files changed
+1
-1
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
)