Skip to content

Commit

Permalink
fix: update reference to get the audio-to-text recipe working fine
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury committed Apr 12, 2024
1 parent b4e4dae commit f2ab0e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description" : "This is a Streamlit chat demo application.",
"name" : "ChatBot",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "96555a1a8dd517b499933b66ba09ac4a248a0bb6",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -29,7 +29,7 @@
"description" : "This is a Streamlit demo application for summarizing text.",
"name" : "Summarizer",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "96555a1a8dd517b499933b66ba09ac4a248a0bb6",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -53,7 +53,7 @@
"description" : "This is a code-generation demo application.",
"name" : "Code Generation",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "96555a1a8dd517b499933b66ba09ac4a248a0bb6",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"icon": "generator",
"categories": [
"natural-language-processing"
Expand All @@ -79,7 +79,7 @@
"description" : "This is an audio to text demo application.",
"name" : "Audio to Text",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "96555a1a8dd517b499933b66ba09ac4a248a0bb6",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"icon": "generator",
"categories": [
"audio"
Expand All @@ -95,7 +95,7 @@
"description" : "This is an object detection demo application.",
"name" : "Object Detection",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "96555a1a8dd517b499933b66ba09ac4a248a0bb6",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"icon": "generator",
"categories": [
"computer-vision"
Expand Down

0 comments on commit f2ab0e4

Please sign in to comment.