Spaces:
Sleeping
Sleeping
huntingcarlisle
commited on
Update app.py
Browse files
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=
|
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
|