Lifeinhockey commited on
Commit
f5e27c5
·
verified ·
1 Parent(s): 416b436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -693,6 +693,7 @@ with gr.Blocks(css=css) as demo:
693
  maximum=1.0,
694
  step=0.01,
695
  value=0.7,
 
696
  )
697
 
698
  with gr.Row():
@@ -702,6 +703,7 @@ with gr.Blocks(css=css) as demo:
702
  maximum=10.0,
703
  step=0.01,
704
  value=7.5,
 
705
  )
706
 
707
  with gr.Row():
@@ -711,6 +713,7 @@ with gr.Blocks(css=css) as demo:
711
  maximum=MAX_SEED,
712
  step=1,
713
  value=4,
 
714
  )
715
 
716
  with gr.Row():
@@ -720,6 +723,7 @@ with gr.Blocks(css=css) as demo:
720
  maximum=100,
721
  step=1,
722
  value=50,
 
723
  )
724
 
725
  with gr.Accordion("Advanced Settings", open=False):
 
693
  maximum=1.0,
694
  step=0.01,
695
  value=0.7,
696
+ interactive=True
697
  )
698
 
699
  with gr.Row():
 
703
  maximum=10.0,
704
  step=0.01,
705
  value=7.5,
706
+ interactive=True
707
  )
708
 
709
  with gr.Row():
 
713
  maximum=MAX_SEED,
714
  step=1,
715
  value=4,
716
+ interactive=True
717
  )
718
 
719
  with gr.Row():
 
723
  maximum=100,
724
  step=1,
725
  value=50,
726
+ interactive=True
727
  )
728
 
729
  with gr.Accordion("Advanced Settings", open=False):