LinkangZhan commited on
Commit
b263754
1 Parent(s): b00538d

no function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ with gr.Blocks() as demo:
101
  sub.click(fn=respond,
102
  inputs=[role_name, character_name, msg, textbox, temp, rep, max_len, top_p, top_k],
103
  outputs=[msg, textbox])
104
- demo.queue().launch(server_port=6006, share=True)
 
101
  sub.click(fn=respond,
102
  inputs=[role_name, character_name, msg, textbox, temp, rep, max_len, top_p, top_k],
103
  outputs=[msg, textbox])
104
+ demo.queue().launch(server_port=6006)