Update app.py

This commit is contained in:
Baize 2023-04-05 01:14:22 +00:00 committed by huggingface-web
parent 137041a824
commit 7edc905c10
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -151,7 +151,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
)
max_context_length_tokens = gr.Slider(
minimum=0,
maximum=3072,
maximum=2048,
value=2048,
step=128,
interactive=True,