Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Aug 14, 2024
1 parent a98e102 commit 19a0717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parity_fastapi/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Image.fromarray(rand_mat[0].astype("uint8")).convert("RGB").save("image1.jpg")
Image.fromarray(rand_mat[1].astype("uint8")).convert("RGB").save("image2.jpg")

SERVER_URL = "http://127.0.0.1:8000/predict"
SERVER_URL = "http://0.0.0.0:8000/predict"


payloads = []
Expand Down

0 comments on commit 19a0717

Please sign in to comment.