We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f43cd commit 365307bCopy full SHA for 365307b
README.md
@@ -71,11 +71,11 @@ You can run tflite-server as a [service](https://www.raspberrypi.org/documentati
71
Entering the following (adapted for your `tflite-server.py` file location and args):
72
```
73
[Unit]
74
-Description=App exposing tensorflow lite models
+Description=Rest API exposing tensorflow lite models
75
After=network.target
76
77
[Service]
78
-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
79
WorkingDirectory=/home/pi/github/tensorflow-lite-rest-server
80
StandardOutput=inherit
81
StandardError=inherit
0 commit comments