Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks() as demo:
|
|
23 |
# Bind the button click to the generate_images function
|
24 |
button.click(fn=generate_images, inputs=[text_input, gr.State(all_images)], outputs=gallery)
|
25 |
|
26 |
-
text_input.change(fn=generate_images, inputs=text_input, outputs=gallery)
|
27 |
|
28 |
demo.launch()
|
29 |
|
|
|
23 |
# Bind the button click to the generate_images function
|
24 |
button.click(fn=generate_images, inputs=[text_input, gr.State(all_images)], outputs=gallery)
|
25 |
|
26 |
+
# text_input.change(fn=generate_images, inputs=text_input, outputs=gallery)
|
27 |
|
28 |
demo.launch()
|
29 |
|