hvoss-techfak commited on
Commit
c57baa4
·
verified ·
1 Parent(s): 20cfe55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def get_script_args_info(exclude_args=None):
175
  {
176
  "name": "--iterations",
177
  "type": "number",
178
- "default": 2000,
179
  "help": "Number of optimization iterations",
180
  },
181
  {
 
175
  {
176
  "name": "--iterations",
177
  "type": "number",
178
+ "default": 4000,
179
  "help": "Number of optimization iterations",
180
  },
181
  {