Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
95aaf9f
1
Parent(s):
ed54557
Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
148 |
)
|
149 |
max_context_length_tokens = gr.Slider(
|
150 |
minimum=0,
|
151 |
-
maximum=
|
152 |
-
value=
|
153 |
step=128,
|
154 |
interactive=True,
|
155 |
label="Max History Tokens",
|
|
|
148 |
)
|
149 |
max_context_length_tokens = gr.Slider(
|
150 |
minimum=0,
|
151 |
+
maximum=4096,
|
152 |
+
value=2048,
|
153 |
step=128,
|
154 |
interactive=True,
|
155 |
label="Max History Tokens",
|