Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ demo = gr.ChatInterface(
|
|
54 |
label="System message"
|
55 |
),
|
56 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
57 |
-
gr.Slider(minimum=0.1, maximum 4.0, value=0.7, step=0.1, label="Temperature"),
|
58 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
59 |
],
|
60 |
title="Maritime Legal Compliance",
|
|
|
54 |
label="System message"
|
55 |
),
|
56 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
57 |
+
gr.Slider(minimum=0.1, maximum =4.0, value=0.7, step=0.1, label="Temperature"),
|
58 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
59 |
],
|
60 |
title="Maritime Legal Compliance",
|