ovshake commited on
Commit
8b4c4c8
1 Parent(s): da6de3d

rearrange app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ prompt = st.text_input('Write the description of cloth you want to try', 'a brig
125
  stable_fashion_args.prompt = prompt
126
 
127
  num_steps = st.slider("No. of inference steps for the diffusion process", 5, 50, value=25)
 
128
 
129
 
130
  if file_name is not None:
 
125
  stable_fashion_args.prompt = prompt
126
 
127
  num_steps = st.slider("No. of inference steps for the diffusion process", 5, 50, value=25)
128
+ stable_fashion_args.num_steps = num_steps
129
 
130
 
131
  if file_name is not None: