congxin95 commited on
Commit
cee8caf
·
1 Parent(s): bbe7416
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -235,4 +235,5 @@ with gr.Blocks() as demo:
235
  buttonStop.click(lambda : [gr.update(visible=True), gr.update(visible=False)], [], [buttonClear, buttonStop], cancels=[inference_event])
236
  buttonClear.click(clear_history, [], chatbot)
237
 
238
- demo.queue().launch(share=False, inbrowser=True, server_name="127.0.0.1", server_port=7001)
 
 
235
  buttonStop.click(lambda : [gr.update(visible=True), gr.update(visible=False)], [], [buttonClear, buttonStop], cancels=[inference_event])
236
  buttonClear.click(clear_history, [], chatbot)
237
 
238
+ # demo.queue().launch(share=False, inbrowser=True, server_name="127.0.0.1", server_port=7001)
239
+ demo.queue().launch()