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