Michael Rabinovich Cursor commited on
Commit ·
85bb21f
1
Parent(s): b885669
Update gallery default fixture
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
- gallery.py +1 -1
gallery.py
CHANGED
|
@@ -68,7 +68,7 @@ GALLERY_TOP_N = 10
|
|
| 68 |
# what counts as medium/hard may drift with new models, but a stable,
|
| 69 |
# simple comparison sheet is worth more here than a moving ground truth.
|
| 70 |
FIXED_FIXTURES = [
|
| 71 |
-
{"id": "
|
| 72 |
{"id": "111", "task": "generation", "difficulty": "Hard"},
|
| 73 |
{"id": "229", "task": "editing", "difficulty": "Medium"},
|
| 74 |
{"id": "207", "task": "editing", "difficulty": "Hard"},
|
|
|
|
| 68 |
# what counts as medium/hard may drift with new models, but a stable,
|
| 69 |
# simple comparison sheet is worth more here than a moving ground truth.
|
| 70 |
FIXED_FIXTURES = [
|
| 71 |
+
{"id": "101", "task": "generation", "difficulty": "Medium"},
|
| 72 |
{"id": "111", "task": "generation", "difficulty": "Hard"},
|
| 73 |
{"id": "229", "task": "editing", "difficulty": "Medium"},
|
| 74 |
{"id": "207", "task": "editing", "difficulty": "Hard"},
|