Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ from pip_library_etl import PipEtl
|
|
58 |
generator = PipEtl(device="cloud")
|
59 |
```
|
60 |
|
61 |
-
We have hosted the model at http://
|
62 |
|
63 |
```json
|
64 |
{
|
|
|
58 |
generator = PipEtl(device="cloud")
|
59 |
```
|
60 |
|
61 |
+
We have hosted the model at http://172.178.123.207:3100/infer. Hence, one can also make a POST request to this endpoint with the following payload:
|
62 |
|
63 |
```json
|
64 |
{
|