Richtefee commited on
Commit
03490bf
1 Parent(s): 009cd52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,14 +87,14 @@ with gr.Blocks() as interface:
87
  minimum = 0,
88
  maximum = 128,
89
  step = 1,
90
- value = 4,
91
  interactive=True)
92
  color_precision = gr.Slider(
93
  label = 'Color precision',
94
  minimum = 1,
95
- maximum = 8,
96
  step = 1,
97
- value = 6,
98
  interactive=True)
99
  layer_difference = gr.Slider(
100
  label = 'Gradient step size',
 
87
  minimum = 0,
88
  maximum = 128,
89
  step = 1,
90
+ value = 60,
91
  interactive=True)
92
  color_precision = gr.Slider(
93
  label = 'Color precision',
94
  minimum = 1,
95
+ maximum = 10,
96
  step = 1,
97
+ value = 8,
98
  interactive=True)
99
  layer_difference = gr.Slider(
100
  label = 'Gradient step size',