Update app.py
This commit is contained in:
parent
137041a824
commit
7edc905c10
2
app.py
2
app.py
|
@ -151,7 +151,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
||||||
)
|
)
|
||||||
max_context_length_tokens = gr.Slider(
|
max_context_length_tokens = gr.Slider(
|
||||||
minimum=0,
|
minimum=0,
|
||||||
maximum=3072,
|
maximum=2048,
|
||||||
value=2048,
|
value=2048,
|
||||||
step=128,
|
step=128,
|
||||||
interactive=True,
|
interactive=True,
|
||||||
|
|
Loading…
Reference in New Issue