fffiloni commited on
Commit
eaead07
1 Parent(s): e6af018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def get_turbo(prompt):
48
  None, # filepath in 'Webcam' Image component
49
  prompt, # str in 'parameter_5' Textbox component
50
  0.7, # float (numeric value between 0.0 and 1.0) in 'Strength' Slider component
51
- 4, # float (numeric value between 1 and 10) in 'Steps' Slider component
52
  seed, # float (numeric value between 0 and MAX_SEED) in 'Seed' Slider component
53
  api_name="/predict"
54
  )
 
48
  None, # filepath in 'Webcam' Image component
49
  prompt, # str in 'parameter_5' Textbox component
50
  0.7, # float (numeric value between 0.0 and 1.0) in 'Strength' Slider component
51
+ 8, # float (numeric value between 1 and 10) in 'Steps' Slider component
52
  seed, # float (numeric value between 0 and MAX_SEED) in 'Seed' Slider component
53
  api_name="/predict"
54
  )