jclyo1 commited on
Commit
3c72558
1 Parent(s): c62c176
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -28,10 +28,10 @@
28
  <label>Inference Steps: </label>
29
 
30
  <select style="width:20%" id="inference_steps">
31
- <option value="5">5 (1m 10s)</option>
32
  <option value="10">10</option>
33
  <option value="20">20</option>
34
- <option value="50">50</option>
35
  </select>
36
 
37
  <label>Model: </label>
 
28
  <label>Inference Steps: </label>
29
 
30
  <select style="width:20%" id="inference_steps">
31
+ <option value="5">5</option>
32
  <option value="10">10</option>
33
  <option value="20">20</option>
34
+ <option value="50" selected>50</option>
35
  </select>
36
 
37
  <label>Model: </label>