tokeron commited on
Commit
896cd0c
·
verified ·
1 Parent(s): 646ec56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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