Minor documentation fix
Browse files- docs/API.md +1 -1
docs/API.md
CHANGED
@@ -322,7 +322,7 @@ accessories:
|
|
322 |
## Performance
|
323 |
|
324 |
Typically, one try-on request is processed in 5-10 seconds (depending on type of conditions) excluding network latency.
|
325 |
-
In order to reduce network overhead you might want compress your images before feeding to the API (e.g. using JPEG).
|
326 |
Please note that in case of a high demand processing time might increase due to request being queued, though we
|
327 |
constantly monitor our GPU cluster capacity and perform scaling as needed.
|
328 |
|
|
|
322 |
## Performance
|
323 |
|
324 |
Typically, one try-on request is processed in 5-10 seconds (depending on type of conditions) excluding network latency.
|
325 |
+
In order to reduce network overhead you might want to compress your images before feeding to the API (e.g. using JPEG).
|
326 |
Please note that in case of a high demand processing time might increase due to request being queued, though we
|
327 |
constantly monitor our GPU cluster capacity and perform scaling as needed.
|
328 |
|