awacke1 commited on
Commit
c381bf2
·
verified ·
1 Parent(s): 9675144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -267,5 +267,4 @@ with gr.Blocks(title=UI_TITLE, theme=gr.themes.Soft(primary_hue="red", secondary
267
  event.then(lambda history, state: update_and_save('chatbot', history, state), [chatbot, app_state], app_state)
268
 
269
  if __name__ == "__main__":
270
- demo.launch(share=True, debug=True)
271
-
 
267
  event.then(lambda history, state: update_and_save('chatbot', history, state), [chatbot, app_state], app_state)
268
 
269
  if __name__ == "__main__":
270
+ demo.launch(share=True, debug=True)