Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -851,7 +851,7 @@ with gr.Blocks(title="shillLM") as demo:
|
|
| 851 |
steering_coeff = gr.Slider(
|
| 852 |
minimum=0.0,
|
| 853 |
maximum=6.0,
|
| 854 |
-
value=3.
|
| 855 |
step=0.1,
|
| 856 |
label="🎚️ How Pushy Should I Be?",
|
| 857 |
info="💡 Lower = subtle & natural | Higher = more obvious suggestions",
|
|
|
|
| 851 |
steering_coeff = gr.Slider(
|
| 852 |
minimum=0.0,
|
| 853 |
maximum=6.0,
|
| 854 |
+
value=3.5,
|
| 855 |
step=0.1,
|
| 856 |
label="🎚️ How Pushy Should I Be?",
|
| 857 |
info="💡 Lower = subtle & natural | Higher = more obvious suggestions",
|