Rooni commited on
Commit
f4fec5a
·
1 Parent(s): aeb71ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -14,10 +14,7 @@ sampling_method = gr.Radio(
14
  ["random", "greedy", "nucleus", "top_k", "top_p"], label="Sampling Method"
15
  )
16
  sampling_steps = gr.Number(
17
- label="Sampling Steps",
18
- value=100,
19
- min_val=1,
20
- max_val=1000,
21
  )
22
  cfg_scale = gr.Number(label="CFG Scale", min=0.1, max=10.0, default=1.0)
23
  seed = gr.Number(label="Seed", min=0, max=2**31, default=0)
 
14
  ["random", "greedy", "nucleus", "top_k", "top_p"], label="Sampling Method"
15
  )
16
  sampling_steps = gr.Number(
17
+ label="Sampling Steps", value=100, min_val=1, max_val=1000
 
 
 
18
  )
19
  cfg_scale = gr.Number(label="CFG Scale", min=0.1, max=10.0, default=1.0)
20
  seed = gr.Number(label="Seed", min=0, max=2**31, default=0)