Spaces:
Runtime error
Runtime error
Commit
·
34d6165
1
Parent(s):
bfe265d
solved issue with number of authors and number of neighbors
Browse files- app.py +1 -1
- 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':
|
| 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:
|
| 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 |
};
|