Skip to content

Commit

Permalink
[#41] fix broken string and add sentic_gcn to demo_api jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondng76 committed Jan 17, 2022
1 parent e932971 commit 64d053d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jsonnet/demo-api.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ local api_names = {
module_name: "ufd",
image_name: "ufd",
deployment_name: "ufd"
},
"sentic_gcn": {
module_name: "sentic_gcn",
image_name: "sentic-gcn",
deployment_name: "sentic-gcn"
}
};

Expand Down
2 changes: 1 addition & 1 deletion jsonnet/dev-demo-api.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local api_names = {
"sentic_gcn": {
module_name: "sentic_gcn",
image_name: "sentic-gcn",
deployment_name: "sentic-gcn
deployment_name: "sentic-gcn"
},
"ufd": {
module_name: "ufd",
Expand Down

0 comments on commit 64d053d

Please sign in to comment.