Skip to content

Commit

Permalink
add imdb client
Browse files Browse the repository at this point in the history
  • Loading branch information
guru4elephant committed Apr 4, 2020
1 parent 487789b commit d3d7e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion go/client_app/imdb_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
var config_file_path string
config_file_path = os.Args[1]
handle := serving_client.LoadModelConfig(config_file_path)
handle = serving_client.Connect("127.0.0.1", "9393", handle)
handle = serving_client.Connect("127.0.0.1", "9292", handle)

test_file_path := os.Args[2]
fi, err := os.Open(test_file_path)
Expand Down
35 changes: 0 additions & 35 deletions go/client_app/test_server_go.py

This file was deleted.

0 comments on commit d3d7e3c

Please sign in to comment.