Spaces:
Building
on
A10G
Building
on
A10G
Update diffusion_webui/stable_diffusion/keras_txt2img.py
Browse files
diffusion_webui/stable_diffusion/keras_txt2img.py
CHANGED
@@ -105,7 +105,7 @@ def keras_stable_diffusion_app():
|
|
105 |
keras_text2image_predict = gr.Button(value='Generator')
|
106 |
|
107 |
with gr.Column():
|
108 |
-
output_image = gr.
|
109 |
|
110 |
keras_text2image_predict.click(
|
111 |
fn=keras_stable_diffusion,
|
|
|
105 |
keras_text2image_predict = gr.Button(value='Generator')
|
106 |
|
107 |
with gr.Column():
|
108 |
+
output_image = gr.Gallery(label='Output')
|
109 |
|
110 |
keras_text2image_predict.click(
|
111 |
fn=keras_stable_diffusion,
|