Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pharmapsychotic
/
sd-prism
like
151
Running
App
Files
Files
Community
38
Fetching metadata from the HF Docker repository...
mishig
HF staff
commited on
Oct 21, 2022
Commit
3bb7ca9
·
1 Parent(s):
ebee332
Make the share button functionable
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -82,6 +82,7 @@ with gr.Blocks(css=css) as demo:
82
],
83
outputs = sd_output
84
)
85
86
87
82
],
83
outputs = sd_output
84
)
85
+
share_button.click(None, [], [], _js=share_js)
86
87
88