csyxwei commited on
Commit
9ac6aec
1 Parent(s): 71235ec

Update app.py

Browse files

update the maximum of lambda

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def create_demo():
30
  lambda_ = gr.Slider(
31
  label='Lambda',
32
  minimum=0,
33
- maximum=1,
34
  step=0.1,
35
  value=0.6,
36
  info=
 
30
  lambda_ = gr.Slider(
31
  label='Lambda',
32
  minimum=0,
33
+ maximum=1.5,
34
  step=0.1,
35
  value=0.6,
36
  info=