Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ with block as demo:
|
|
249 |
fn=generate_image,
|
250 |
inputs=[prompt_input, negative,
|
251 |
inf_steps_input, seed_input, guidance_scale],
|
252 |
-
outputs=[gallery],
|
253 |
cache_examples=True)
|
254 |
ex.dataset.headers = [""]
|
255 |
negative.submit(generate_image, inputs=[
|
|
|
249 |
fn=generate_image,
|
250 |
inputs=[prompt_input, negative,
|
251 |
inf_steps_input, seed_input, guidance_scale],
|
252 |
+
outputs=[gallery, community_icon, loading_icon, share_button],
|
253 |
cache_examples=True)
|
254 |
ex.dataset.headers = [""]
|
255 |
negative.submit(generate_image, inputs=[
|