Skip to content

Commit

Permalink
Fix typo in sentiment analysis HTTP client example
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Oct 18, 2023
1 parent 697752f commit 3cf0fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/transformers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!"}

Expand Down

0 comments on commit 3cf0fba

Please sign in to comment.