Skip to content

Commit

Permalink
Update README.md (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Oct 12, 2023
1 parent 0d7bdf1 commit e16f9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Sending a request:
```python
import requests

url = "http://localhost:5543/predict" # 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!"}

response = requests.post(url, json=obj)
Expand Down

0 comments on commit e16f9ce

Please sign in to comment.