Update app.py

This commit is contained in:
Baize 2023-04-03 15:23:36 +00:00 committed by huggingface-web
parent f5c6e148db
commit b3e1b2c9ee
1 changed files with 2 additions and 2 deletions

4
app.py
View File

@ -150,8 +150,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
) )
max_context_length_tokens = gr.Slider( max_context_length_tokens = gr.Slider(
minimum=0, minimum=0,
maximum=4096, maximum=2048,
value=2048, value=1024,
step=128, step=128,
interactive=True, interactive=True,
label="Max History Tokens", label="Max History Tokens",