Toraong commited on
Commit
db96718
·
1 Parent(s): f63b271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ Image.fromarray(img_array).save(img_path)
48
 
49
  with st.sidebar:
50
  model_name = st.text_input("Model name", "Linaqruf/anything-v3.0")
51
- steps = st.slider("Steps", 1, 1, 1, step=1)
52
  learning_rate = st.text_input("Learning rate", "0.001")
53
  learning_rate = float(learning_rate)
54
 
 
48
 
49
  with st.sidebar:
50
  model_name = st.text_input("Model name", "Linaqruf/anything-v3.0")
51
+ steps = st.slider("Steps", 1, 2, 1, step=1)
52
  learning_rate = st.text_input("Learning rate", "0.001")
53
  learning_rate = float(learning_rate)
54