Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored Aug 29, 2024
1 parent d130e06 commit c1b6ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ python server.py
```

### Test the server
LitServe auto-generates a test client for the server:
Run the auto-generated test client:
```bash
python client.py
```

Or test the server with this terminal command:
Or use this terminal command:
```bash
curl -X POST http://127.0.0.1:8000/predict -H "Content-Type: application/json" -d '{"input": 4.0}'
```
Expand Down

0 comments on commit c1b6ad4

Please sign in to comment.