aniyanm commited on
Commit
9527355
1 Parent(s): 76706d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,4 +7,5 @@ sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
7
  pinned: false
8
  ---
9
 
10
+ Run this from the terminal as you would normally start a FastAPI app: `uvicorn api:app`
11
+ and navigate to http://localhost:8000/chat in your browser.