Skip to content

Commit

Permalink
Merge pull request FederatedAI#1344 from FederatedAI/feature-1.4.0-fa…
Browse files Browse the repository at this point in the history
…te_flow

Remove sensitive information from the example
  • Loading branch information
mgqa34 authored May 8, 2020
2 parents b03875f + a021f27 commit 5b26eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fate_flow/examples/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ids = ["18576635456", "13512345432"]

url1 = "http://172.16.153.71:8059/federation/1.0/inference"
url1 = "http://127.0.0.1:8059/federation/1.0/inference"

for i in range(2):
request_data_tmp = {
Expand Down

0 comments on commit 5b26eac

Please sign in to comment.