From 3cf0fba14a4bde59354bee0decd5a04a740b58ea Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Wed, 18 Oct 2023 13:55:26 +0000 Subject: [PATCH] Fix typo in sentiment analysis HTTP client example --- src/deepsparse/transformers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deepsparse/transformers/README.md b/src/deepsparse/transformers/README.md index c17fd235e9..a5c142ab7b 100644 --- a/src/deepsparse/transformers/README.md +++ b/src/deepsparse/transformers/README.md @@ -215,7 +215,7 @@ Making a request: ```python import requests -url = "http://localhost:5543/v2/models/setiment_analysis/infer" # Server's port default to 5543 +url = "http://localhost:5543/v2/models/sentiment_analysis/infer" # Server's port default to 5543 obj = {"sequences": "Snorlax loves my Tesla!"}