xinchen9 commited on
Commit
4e0716c
·
verified ·
1 Parent(s): 336d881

[Update]Add attacking steps

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with demo:
171
  )
172
  with gr.Row():
173
  gr.Slider(
174
- 1, 100, value=30, label="Steps", info="Choose between 1 and 100")
175
 
176
  # with gr.Row():
177
  # shown_columns = gr.CheckboxGroup(
 
171
  )
172
  with gr.Row():
173
  gr.Slider(
174
+ 1, 100, value=30, step=1, label="Attacking Steps", info="Choose between 1 and 100")
175
 
176
  # with gr.Row():
177
  # shown_columns = gr.CheckboxGroup(