Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
7948267
1
Parent(s):
2348315
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
124 |
gr.Markdown("# Parameters")
|
125 |
top_p = gr.Slider(
|
126 |
minimum=-0,
|
127 |
-
maximum=
|
128 |
value=0.95,
|
129 |
step=0.05,
|
130 |
interactive=True,
|
|
|
124 |
gr.Markdown("# Parameters")
|
125 |
top_p = gr.Slider(
|
126 |
minimum=-0,
|
127 |
+
maximum=0.95,
|
128 |
value=0.95,
|
129 |
step=0.05,
|
130 |
interactive=True,
|