Fix typo on line 34
Browse files- cell_benchmark.py +1 -1
cell_benchmark.py
CHANGED
|
@@ -31,7 +31,7 @@ class Cellsegmentation(datasets.GeneratorBasedBuilder):
|
|
| 31 |
description=_DESCRIPTION,
|
| 32 |
features=datasets.Features(features),
|
| 33 |
supervised_keys=("image", "masks"),
|
| 34 |
-
|
| 35 |
citation="",
|
| 36 |
)
|
| 37 |
|
|
|
|
| 31 |
description=_DESCRIPTION,
|
| 32 |
features=datasets.Features(features),
|
| 33 |
supervised_keys=("image", "masks"),
|
| 34 |
+
homepage=_HOMEPAGE,
|
| 35 |
citation="",
|
| 36 |
)
|
| 37 |
|