Spaces:
Runtime error
Runtime error
Ryan Sandagon
commited on
Commit
·
c20b60e
1
Parent(s):
0fb371d
workaround for unbound var handling
Browse files
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)
|