diff --git a/recipes/audio/audio_to_text/README.md b/recipes/audio/audio_to_text/README.md index 83e9103d..5caa701d 100644 --- a/recipes/audio/audio_to_text/README.md +++ b/recipes/audio/audio_to_text/README.md @@ -11,7 +11,7 @@ Our AI Application will connect to our Model Service via it's API endpoint.
- +
# Build the Application diff --git a/recipes/computer_vision/object_detection/README.md b/recipes/computer_vision/object_detection/README.md index bdab7b0e..49cdef17 100644 --- a/recipes/computer_vision/object_detection/README.md +++ b/recipes/computer_vision/object_detection/README.md @@ -52,7 +52,7 @@ podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000/detection object Once the client is up a running, you should be able to access it at `http://localhost:8501`. From here you can upload images from your local machine and detect objects in the image as shown below.- +