Spaces:
Running
Running
set min for repeat_penalty (#3)
Browse files- Update index.html (a98cbf89174d8e06362b346b31afaacab518729d)
Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>
- index.html +1 -1
index.html
CHANGED
@@ -288,7 +288,7 @@
|
|
288 |
type="range"
|
289 |
id="repeat_penalty"
|
290 |
name="repeat_penalty"
|
291 |
-
min="
|
292 |
max="2"
|
293 |
step="0.01"
|
294 |
value="1.10"
|
|
|
288 |
type="range"
|
289 |
id="repeat_penalty"
|
290 |
name="repeat_penalty"
|
291 |
+
min="1"
|
292 |
max="2"
|
293 |
step="0.01"
|
294 |
value="1.10"
|