Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -280,7 +280,7 @@ def create_app():
|
|
| 280 |
|
| 281 |
blank_1 = gr.HTML("<div style='height:1px;'></div>")
|
| 282 |
|
| 283 |
-
temperature = gr.Slider(minimum=0, maximum=1, value=0.
|
| 284 |
top_p = gr.Slider(minimum=0, maximum=1, value=0.95, step=0.01, label="Top-p", scale=1)
|
| 285 |
use_eagle = gr.Checkbox(label="Speculative Decoding", value=True)
|
| 286 |
|
|
|
|
| 280 |
|
| 281 |
blank_1 = gr.HTML("<div style='height:1px;'></div>")
|
| 282 |
|
| 283 |
+
temperature = gr.Slider(minimum=0, maximum=1, value=0.9, step=0.05, label="Temperature", scale=1)
|
| 284 |
top_p = gr.Slider(minimum=0, maximum=1, value=0.95, step=0.01, label="Top-p", scale=1)
|
| 285 |
use_eagle = gr.Checkbox(label="Speculative Decoding", value=True)
|
| 286 |
|