From 1daeacd86195f210b7644da1f9767e2ddc7443ea Mon Sep 17 00:00:00 2001 From: Michael Clifford Date: Wed, 10 Apr 2024 08:24:30 -0400 Subject: [PATCH] fix broken image links Signed-off-by: Michael Clifford --- recipes/audio/audio_to_text/README.md | 2 +- recipes/computer_vision/object_detection/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

- +