Update app.py

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