huntingcarlisle commited on
Commit
cf60a1a
1 Parent(s): cae299d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with tab1:
99
  num_inference_steps_one = st.slider("Number of Inference Steps",
100
  min_value=1,
101
  max_value=100,
102
- value=30,
103
  help="More steps might improve quality, with diminishing marginal returns. 30-50 seems best, but your mileage may vary.")
104
 
105
  # Create an expandable section for optional parameters
 
99
  num_inference_steps_one = st.slider("Number of Inference Steps",
100
  min_value=1,
101
  max_value=100,
102
+ value=15,
103
  help="More steps might improve quality, with diminishing marginal returns. 30-50 seems best, but your mileage may vary.")
104
 
105
  # Create an expandable section for optional parameters