Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken image links #216

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/audio/audio_to_text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Our AI Application will connect to our Model Service via it's API endpoint.

<p align="center">
<img src="../assets/whisper.png" width="70%">
<img src="../../../assets/whisper.png" width="70%">
</p>

# Build the Application
Expand Down
2 changes: 1 addition & 1 deletion recipes/computer_vision/object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="../assets/object_detection.png" width="70%">
<img src="../../../assets/object_detection.png" width="70%">
</p>