Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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":
|
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 |
},
|