Update app.py

This commit is contained in:
Baize 2023-04-04 03:52:30 +00:00 committed by huggingface-web
parent 2348315026
commit 794826773c
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -124,7 +124,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
gr.Markdown("# Parameters")
top_p = gr.Slider(
minimum=-0,
maximum=1.0,
maximum=0.95,
value=0.95,
step=0.05,
interactive=True,