Update app.py

This commit is contained in:
Baize 2023-04-03 23:42:21 +00:00 committed by huggingface-web
parent b3e1b2c9ee
commit 181684de85
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(
minimum=0,
maximum=2048,
value=1024,
maximum=1024,
value=512,
step=128,
interactive=True,
label="Max History Tokens",