Update app.py

This commit is contained in:
Baize 2023-04-03 23:43:08 +00:00 committed by huggingface-web
parent 181684de85
commit 4a1e613b15
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=1024, maximum=1536,
value=512, value=1024,
step=128, step=128,
interactive=True, interactive=True,
label="Max History Tokens", label="Max History Tokens",