TheFrenchDemos commited on
Commit
24f3fe8
·
1 Parent(s): ab39ad4

solved issue with number of authors and number of neighbors

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. static/js/parameters.js +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ DEFAULT_PARAMS = {
138
  'ro_share': 10,
139
  'num_users_k': 500,
140
  'num_neighbors': 10,
141
- 'num_authors': 20000
142
  }
143
 
144
  @app.route('/select_preset/<int:preset_id>')
 
138
  'ro_share': 10,
139
  'num_users_k': 500,
140
  'num_neighbors': 10,
141
+ 'num_authors': 2000
142
  }
143
 
144
  @app.route('/select_preset/<int:preset_id>')
static/js/parameters.js CHANGED
@@ -39,7 +39,7 @@ Note: Exact figures aren't public, but Midjourney is estimated to have 2 to 5 mi
39
  },
40
  num_authors: {
41
  label: "Total Authors",
42
- defaultValue: 20000,
43
  tooltip: "Total number of authors in the system that could potentially receive rewards"
44
  }
45
  };
 
39
  },
40
  num_authors: {
41
  label: "Total Authors",
42
+ defaultValue: 2000,
43
  tooltip: "Total number of authors in the system that could potentially receive rewards"
44
  }
45
  };