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

Commit

Permalink
Update swagger UI image (#558)
Browse files Browse the repository at this point in the history
* Update swagger UI image

* Move assets to S3
  • Loading branch information
ethanwharris authored Jul 9, 2021
1 parent 74dbee8 commit bf6da22
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 bf6da22

Please sign in to comment.