mirror of https://github.com/THUDM/ChatGLM-6B
Set share=False
parent
cad270b432
commit
f1407bec5f
|
@ -98,4 +98,4 @@ with gr.Blocks() as demo:
|
|||
|
||||
emptyBtn.click(reset_state, outputs=[chatbot, history], show_progress=True)
|
||||
|
||||
demo.queue().launch(share=True, inbrowser=True)
|
||||
demo.queue().launch(share=False, inbrowser=True)
|
||||
|
|
Loading…
Reference in New Issue