lionelgarnier commited on
Commit
e6ef8b4
·
1 Parent(s): 47d8bfc

more default inferance steps

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ def create_interface():
302
  minimum=1,
303
  maximum=50,
304
  step=1,
305
- value=4,
306
  )
307
 
308
  gr.Examples(
 
302
  minimum=1,
303
  maximum=50,
304
  step=1,
305
+ value=10,
306
  )
307
 
308
  gr.Examples(