diff --git a/app.py b/app.py index b08c7e4..e22385a 100644 --- a/app.py +++ b/app.py @@ -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,