LinkangZhan commited on
Commit
10a57ab
1 Parent(s): b263754

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)
 
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()