lmz radames commited on
Commit
7c65fbc
1 Parent(s): 669c701

set min for repeat_penalty (#3)

Browse files

- Update index.html (a98cbf89174d8e06362b346b31afaacab518729d)


Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -288,7 +288,7 @@
288
  type="range"
289
  id="repeat_penalty"
290
  name="repeat_penalty"
291
- min="-2"
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"