Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier authored Jul 25, 2024
1 parent e5bbddf commit 588d845
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 @@ -174,10 +174,10 @@ app = TRAPI(

### Deploy the API

Change `trapi.main` to your module path in the command before running it:
Run the webserver with the path to the api file:

```bash
uvicorn trapi.main:app --port 8808 --reload
uvicorn src.my_model.api:app --port 8808 --reload
```

### 💾 Save a generated model
Expand Down

0 comments on commit 588d845

Please sign in to comment.