Skip to content

Commit

Permalink
hint at loading from a local path
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jun 10, 2024
1 parent 0f4ebbf commit b09e343
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions example/load_model_and_create_your_own.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
"MODEL_DRAFT = \"affable-shark/draft\"\n",
"\n",
"# 4. from source\n",
"MODEL_URL = \"https://zenodo.org/records/11092562/files/rdf.yaml\""
"MODEL_URL = \"https://zenodo.org/records/11092562/files/rdf.yaml\"\n",
"MODEL_PATH = \"some/local/rdf.yaml\"\n",
"MODEL_PACKAGE_PATH = \"some/local/package.zip\" # with an rdf.yaml inside"
]
},
{
Expand All @@ -121,7 +123,9 @@
"MODEL_DRAFT = \"emotional-cricket/draft\"\n",
"\n",
"# 4. from source\n",
"MODEL_URL = \"https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/emotional-cricket/1/files/rdf.yaml\""
"MODEL_URL = \"https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/emotional-cricket/1/files/rdf.yaml\"\n",
"MODEL_PATH = \"some/local/rdf.yaml\"\n",
"MODEL_PACKAGE_PATH = \"some/local/package.zip\" # with an rdf.yaml inside"
]
},
{
Expand Down

0 comments on commit b09e343

Please sign in to comment.