Skip to content

Commit

Permalink
Fixing run demo instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongilman committed Sep 25, 2024
1 parent 3b25893 commit 8d6b83e
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 @@ -24,7 +24,7 @@ There's a gradio demo in `src/natural_language_geocoding_demo`. It can be run by

1. Set up AWS credentials. The demo uses AWS Bedrock Anthropic Claude as the LLM. Valid AWS access keys to an account need to be present.
2. Follow steps for local development
3. Run `scripts/run_demo.sh`
3. Run `NOMINATIM_USER_AGENT=your-nominatim-user-agent scripts/run_demo.sh`
4. Open http://localhost:7860


Expand Down

0 comments on commit 8d6b83e

Please sign in to comment.