Spaces:
Runtime error
Runtime error
friedrichor
commited on
Commit
•
3802cb6
1
Parent(s):
7c19089
update
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def main(args):
|
|
88 |
text_input.submit(chat.respond, [text_input, num_beams, text2image_seed, chatbot, chat_state], [text_input, chatbot, chat_state])
|
89 |
clear.click(lambda: None, None, chatbot, queue=False)
|
90 |
|
91 |
-
demo.launch(share=False, enable_queue=
|
92 |
|
93 |
|
94 |
if __name__ == "__main__":
|
|
|
88 |
text_input.submit(chat.respond, [text_input, num_beams, text2image_seed, chatbot, chat_state], [text_input, chatbot, chat_state])
|
89 |
clear.click(lambda: None, None, chatbot, queue=False)
|
90 |
|
91 |
+
demo.launch(share=False, enable_queue=False)
|
92 |
|
93 |
|
94 |
if __name__ == "__main__":
|