Skip to content

Commit 27fb850

Browse files
committed
use URL to make sure we get the same model source
1 parent e7bad1d commit 27fb850

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

example/load_model_and_create_your_own.ipynb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"from bioimageio.spec.model import ModelDescr\n",
150150
"\n",
151151
"# Load the model description with one of the following options\n",
152-
"model_source = \"affable-shark\"\n",
152+
"# model_source = \"affable-shark\"\n",
153153
"# model_source = \"emotional-cricket\"\n",
154154
"\n",
155155
"# alternative model sources\n",
@@ -162,6 +162,9 @@
162162
"# # concept DOI of backup on zenodo.org\n",
163163
"# model_source = \"10.5281/zenodo.11092561\"\n",
164164
"\n",
165+
"# URL to a bioimageio.yaml (or rdf.yaml) file\n",
166+
"model_source = \"https://hypha.aicell.io/bioimage-io/artifacts/affable-shark/files/rdf.yaml\"\n",
167+
"\n",
165168
"model = load_model_description(model_source, format_version=\"latest\")"
166169
]
167170
},
@@ -1369,13 +1372,13 @@
13691372
" <td>model 0.5.5</td>\n",
13701373
" </tr>\n",
13711374
" <tr>\n",
1372-
" <td>bioimageio.core</td>\n",
1373-
" <td>0.9.3</td>\n",
1374-
" </tr>\n",
1375-
" <tr>\n",
13761375
" <td>bioimageio.spec</td>\n",
13771376
" <td>0.5.5.5</td>\n",
13781377
" </tr>\n",
1378+
" <tr>\n",
1379+
" <td>bioimageio.core</td>\n",
1380+
" <td>0.9.3</td>\n",
1381+
" </tr>\n",
13791382
"</table>\n",
13801383
"<table>\n",
13811384
" <tr>\n",

0 commit comments

Comments
 (0)