Skip to content

Commit 365307b

Browse files
committed
Update README.md
1 parent 73f43cd commit 365307b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ You can run tflite-server as a [service](https://www.raspberrypi.org/documentati
7171
Entering the following (adapted for your `tflite-server.py` file location and args):
7272
```
7373
[Unit]
74-
Description=App exposing tensorflow lite models
74+
Description=Rest API exposing tensorflow lite models
7575
After=network.target
7676
7777
[Service]
78-
ExecStart=/usr/bin/uvicorn tflite-server:app --reload --port 5000 # check
78+
ExecStart=/home/pi/.local/bin/uvicorn tflite-server:app --reload --port 5000 --host 0.0.0.0
7979
WorkingDirectory=/home/pi/github/tensorflow-lite-rest-server
8080
StandardOutput=inherit
8181
StandardError=inherit

0 commit comments

Comments
 (0)