akhaliq HF staff commited on
Commit
eae8580
1 Parent(s): 945eea6

change default to 100

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def create_demo():
57
  minimum=1,
58
  maximum=100,
59
  step=1,
60
- value=20,
61
  info=
62
  'In the paper, the number of steps is set to 100, but in this demo the default value is 20 to reduce inference time.'
63
  )
 
57
  minimum=1,
58
  maximum=100,
59
  step=1,
60
+ value=100,
61
  info=
62
  'In the paper, the number of steps is set to 100, but in this demo the default value is 20 to reduce inference time.'
63
  )