Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HelloSun
/
LCM_Dreamshaper_v7-int8-ov
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HelloSun
commited on
Aug 5, 2024
Commit
e65963a
·
verified
·
1 Parent(s):
943bb0f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -100,4 +100,4 @@ with gr.Blocks(css=css) as demo:
100
outputs = [result]
101
)
102
103
-
demo.queue().launch()
100
outputs = [result]
101
)
102
103
+
demo.queue().launch(
share=True
)