hvoss-techfak commited on
Commit
17cbe46
·
verified ·
1 Parent(s): 185a4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def get_script_args_info(exclude_args=None):
229
  {
230
  "name": "--pruning_max_colors",
231
  "type": "number",
232
- "default": 10,
233
  "precision": 0,
234
  "help": "Max number of colors allowed after pruning",
235
  },
 
229
  {
230
  "name": "--pruning_max_colors",
231
  "type": "number",
232
+ "default": 100,
233
  "precision": 0,
234
  "help": "Max number of colors allowed after pruning",
235
  },