neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
3.01k stars 176 forks source link

Fix typo in sentiment analysis HTTP client example #1331

Closed dbarbuzzi closed 1 year ago

dbarbuzzi commented 1 year ago

This PR fixes a typo in the Python client example of the Sentiment Analysis > HTTP Server section. The typo was in the URL used to make the request and thus caused the request to fail due to the URL being incorrect.

Note: