Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ def get_script_args_info(exclude_args=None):
|
|
300 |
{
|
301 |
"name": "--num_init_rounds",
|
302 |
"type": "number",
|
303 |
-
"default":
|
304 |
"precision": 0,
|
305 |
"help": "Number of rounds to choose the starting height map from.",
|
306 |
},
|
|
|
300 |
{
|
301 |
"name": "--num_init_rounds",
|
302 |
"type": "number",
|
303 |
+
"default": 32,
|
304 |
"precision": 0,
|
305 |
"help": "Number of rounds to choose the starting height map from.",
|
306 |
},
|