Skip to content

Commit 3d65785

Browse files
authored
Update Colab_inference_demo.ipynb
1 parent af44b04 commit 3d65785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Colab_inference_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"from napari_cellseg3d.config import ModelInfo"
293293
"model_info = ModelInfo(\n",
294294
" name=model_selection,\n",
295-
" model_input_size=64 if model_selection == "SegResNet" else [64,64,64],"
295+
" model_input_size=64 if model_selection == "SegResNet" else [64,64,64],\n",
296296
" num_classes=2,\n",
297297
")"
298298
"inference_config.model_info = model_info"

0 commit comments

Comments
 (0)