Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Mar 15, 2022
1 parent c17001b commit fcd2534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ You can either run the Flask RESTful server app as a docker container or just as

### Client

Once the app is running, you can send a text to the server. You can do so with a [client.py](client.py).
Once the app is running, you can send a text to the server. You can do so with a [client.py](client.py). The usage is elow:

```console
client.py [-h] [--url-emoberta URL_EMOBERTA] --text TEXT
```

For example:

Expand Down

0 comments on commit fcd2534

Please sign in to comment.