Songwei Ge commited on
Commit
69e92de
1 Parent(s): ed9d237
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -113,6 +113,11 @@ def main():
113
  maximum=100000,
114
  step=1,
115
  value=6)
 
 
 
 
 
116
  with gr.Accordion('Other Parameters', open=False):
117
  steps = gr.Slider(label='Number of Steps',
118
  minimum=0,
 
113
  maximum=100000,
114
  step=1,
115
  value=6)
116
+ color_guidance_weight = gr.Slider(label='Color weight lambda',
117
+ minimum=0,
118
+ maximum=2,
119
+ step=0.1,
120
+ value=0.5)
121
  with gr.Accordion('Other Parameters', open=False):
122
  steps = gr.Slider(label='Number of Steps',
123
  minimum=0,