Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into bugfix/metrics_reused
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Jul 9, 2021
2 parents 40b2404 + bf6da22 commit e0d66c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed docs/source/_static/images/data_serving_flow.png
Binary file not shown.
Binary file removed docs/source/_static/images/inference_server.png
Binary file not shown.
Binary file removed docs/source/_static/images/swagger_ui.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/source/general/serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ First, we need make the following imports:
from flash.core.serve.types import Image, Label
.. image:: ../_static/images/data_serving_flow.png
.. image:: https://pl-flash-data.s3.amazonaws.com/assets/serve/data_serving_flow.png
:width: 100%
:alt: Data Serving Flow

Expand Down Expand Up @@ -175,14 +175,14 @@ Just run:
And you should see this in your terminal

.. image:: ../_static/images/inference_server.png
.. image:: https://pl-flash-data.s3.amazonaws.com/assets/serve/inference_server.png
:width: 100%
:alt: Data Serving Flow


You should also see an Swagger UI already built for you at ``http://127.0.0.1:8000/docs``

.. image:: ../_static/images/swagger_ui.png
.. image:: https://pl-flash-data.s3.amazonaws.com/assets/serve/swagger_ui.png
:width: 100%
:alt: Data Serving Flow

Expand Down

0 comments on commit e0d66c6

Please sign in to comment.