Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
piyushgrover
/
Stable-Diffusion-Image-Generation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
piyushgrover
commited on
Oct 19, 2023
Commit
d61510c
Β·
1 Parent(s):
0093752
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,7 +95,7 @@ with gr.Blocks() as app:
95
'''
96
Launch the app
97
'''
98
-
app.queue.launch(
share=True
)
99
100
101
95
'''
96
Launch the app
97
'''
98
+
app.queue.launch()
99
100
101