Skip to content

Commit

Permalink
Merge pull request #29 from robmarkcole/update-service
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robmarkcole authored Jul 22, 2020
2 parents 73f43cd + 365307b commit e55b3aa
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 @@ -71,11 +71,11 @@ You can run tflite-server as a [service](https://www.raspberrypi.org/documentati
Entering the following (adapted for your `tflite-server.py` file location and args):
```
[Unit]
Description=App exposing tensorflow lite models
Description=Rest API exposing tensorflow lite models
After=network.target
[Service]
ExecStart=/usr/bin/uvicorn tflite-server:app --reload --port 5000 # check
ExecStart=/home/pi/.local/bin/uvicorn tflite-server:app --reload --port 5000 --host 0.0.0.0
WorkingDirectory=/home/pi/github/tensorflow-lite-rest-server
StandardOutput=inherit
StandardError=inherit
Expand Down

0 comments on commit e55b3aa

Please sign in to comment.