jzhang533 commited on
Commit
b3ad39a
·
1 Parent(s): 5efadd0

use longer content length

Browse files

Signed-off-by: Zhang Jun <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ demo = gr.ChatInterface(
53
  respond,
54
  additional_inputs=[
55
  gr.Textbox(value="", label="System message"),
56
- gr.Slider(minimum=2, maximum=16384, value=10240, step=1, label="Max new tokens"),
57
  ],
58
  title=title,
59
  description=description,
 
53
  respond,
54
  additional_inputs=[
55
  gr.Textbox(value="", label="System message"),
56
+ gr.Slider(minimum=1024, maximum=65536, value=32768, step=1024, label="Max new tokens"),
57
  ],
58
  title=title,
59
  description=description,