Ryan Sandagon commited on
Commit
c20b60e
·
1 Parent(s): 0fb371d

workaround for unbound var handling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with demo:
60
  b2 = gr.Button("Imagine")
61
 
62
  b1.click(chat_generate, input_word, chat_txt)
63
- b2.click(text_to_image, chat_txt, output_image)
64
  #examples=examples
65
 
66
  demo.launch(enable_queue=True, debug=True)
 
60
  b2 = gr.Button("Imagine")
61
 
62
  b1.click(chat_generate, input_word, chat_txt)
63
+ #b2.click(text_to_image, chat_txt, output_image)
64
  #examples=examples
65
 
66
  demo.launch(enable_queue=True, debug=True)