chansung commited on
Commit
2b79936
1 Parent(s): bce096a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -685,4 +685,4 @@ with gr.Blocks(css=STYLE) as demo:
685
  outputs=[chat_input_txt, chat_state, chatbot, regen_btn]
686
  )
687
 
688
- demo.queue().launch(share=True)
 
685
  outputs=[chat_input_txt, chat_state, chatbot, regen_btn]
686
  )
687
 
688
+ demo.queue().launch()