Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ def main():
|
|
232 |
submitBtn.click(reset_user_input, [], [user_input])
|
233 |
|
234 |
emptyBtn.click(reset_state, outputs=[chatbot, history], show_progress=True)
|
235 |
-
demo.queue().launch(
|
236 |
|
237 |
|
238 |
if __name__ == '__main__':
|
|
|
232 |
submitBtn.click(reset_user_input, [], [user_input])
|
233 |
|
234 |
emptyBtn.click(reset_state, outputs=[chatbot, history], show_progress=True)
|
235 |
+
demo.queue().launch()
|
236 |
|
237 |
|
238 |
if __name__ == '__main__':
|