Spaces:
Runtime error
Runtime error
Mark Liu
commited on
Commit
·
b4aaca6
1
Parent(s):
30daff4
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,10 +81,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 81 |
diffuse_btn = gr.Button(value="Diffuse the Prompt!")
|
| 82 |
with gr.Column(elem_id="generated-gallery"):
|
| 83 |
sd_output = gr.Gallery().style(grid=2, height="auto")
|
| 84 |
-
with gr.Group(elem_id="share-btn-container"):
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
|
| 89 |
see_prompts.click(get_prompts,
|
| 90 |
inputs = [input_text],
|
|
|
|
| 81 |
diffuse_btn = gr.Button(value="Diffuse the Prompt!")
|
| 82 |
with gr.Column(elem_id="generated-gallery"):
|
| 83 |
sd_output = gr.Gallery().style(grid=2, height="auto")
|
| 84 |
+
# with gr.Group(elem_id="share-btn-container"):
|
| 85 |
+
# community_icon = gr.HTML(community_icon_html, visible=False)
|
| 86 |
+
# loading_icon = gr.HTML(loading_icon_html, visible=False)
|
| 87 |
+
# share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
| 88 |
|
| 89 |
see_prompts.click(get_prompts,
|
| 90 |
inputs = [input_text],
|