Skip to content

Commit

Permalink
Update inferencing-input href in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Apr 29, 2024
1 parent 2a6dc71 commit 0c5b583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ The `"type"` field should be used to indicate the format of the asset. Assets in
```json
{
"inferencing-cwl": {
"href": "https://github.com/Terradue/app-package-training-bids23/blob/main/cwl-workflow/app-water-body-cloud-native.cwl#main",
"href": "https://raw.githubusercontent.com/ai-extensions/notebooks/s6/scenario-6/inference/app-package/water-bodies-app-inference.cwl#main",
"type": "application/cwl+yaml",
"title": "Model inferencing runtime",
"roles": [
"ml-model:inference-runtime"
]
},
"inferencing-input": {
"href": "https://raw.githubusercontent.com/Terradue/app-package-training-bids23/main/cwl-cli/crop-params.yaml",
"href": "https://raw.githubusercontent.com/ai-extensions/notebooks/s6/scenario-6/inference/app-package/params.yml",
"type": "application/yaml",
"title": "Input data for the model",
"roles": [
Expand Down

0 comments on commit 0c5b583

Please sign in to comment.