Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting authored Sep 30, 2024
1 parent aebfa64 commit f18f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_intelligence/nougat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Before running the project, ensure you have the following dependencies installed
You can run the FastAPI server using `uvicorn`:

```bash
uvicorn main:app --reload --host 0.0.0.0 --port 8000
uvicorn run:app --reload --host 0.0.0.0 --port 8000
```

This will start the server at `http://0.0.0.0:8000`.
Expand Down

0 comments on commit f18f783

Please sign in to comment.