Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 64 |
with gr.Row():
|
| 65 |
diffuse_btn = gr.Button(value="Diffuse the Prompt!")
|
| 66 |
with gr.Column(elem_id="generated-gallery"):
|
| 67 |
-
sd_output = gr.Gallery()
|
| 68 |
with gr.Group(elem_id="share-btn-container"):
|
| 69 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 70 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
|
|
|
| 64 |
with gr.Row():
|
| 65 |
diffuse_btn = gr.Button(value="Diffuse the Prompt!")
|
| 66 |
with gr.Column(elem_id="generated-gallery"):
|
| 67 |
+
sd_output = gr.Gallery()
|
| 68 |
with gr.Group(elem_id="share-btn-container"):
|
| 69 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 70 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|