Skip to content

Commit

Permalink
Fixed Feature Liist URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent aa139e0 commit 8da108c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function Features() {
description={
"AI4Bharat has pioneered the development of multilingual LLMs tailored for Indian languages, such as IndicBERT, IndicBART, and Airavata trained on extensive, diverse datasets like IndicCorpora and Sangraha."
}
href={"/areas/llm"}
href={`${imagePrefix}/areas/llm`}
/>
<Card
heading={"Machine Translation"}
Expand All @@ -105,7 +105,7 @@ export default function Features() {
description={
"AI4Bharat has pioneered the development of multilingual LLMs tailored for Indian languages, such as IndicBERT, IndicBART, and Airavata trained on extensive, diverse datasets like IndicCorpora and Sangraha."
}
href={"/areas/nmt"}
href={`${imagePrefix}/areas/nmt`}
/>
<Card
heading={"Transliteration"}
Expand All @@ -120,7 +120,7 @@ export default function Features() {
description={
"AI4Bharat has pioneered the development of multilingual LLMs tailored for Indian languages, such as IndicBERT, IndicBART, and Airavata trained on extensive, diverse datasets like IndicCorpora and Sangraha."
}
href={"/areas/xlit"}
href={`${imagePrefix}/areas/xlit`}
/>
<Card
heading={"Automatic Speech Recognition"}
Expand All @@ -135,7 +135,7 @@ export default function Features() {
description={
"AI4Bharat has pioneered the development of multilingual LLMs tailored for Indian languages, such as IndicBERT, IndicBART, and Airavata trained on extensive, diverse datasets like IndicCorpora and Sangraha."
}
href={"/areas/asr"}
href={`${imagePrefix}/areas/asr`}
/>
<Card
heading={"Text to Speech"}
Expand All @@ -150,7 +150,7 @@ export default function Features() {
description={
"AI4Bharat has pioneered the development of multilingual LLMs tailored for Indian languages, such as IndicBERT, IndicBART, and Airavata trained on extensive, diverse datasets like IndicCorpora and Sangraha."
}
href={"/areas/tts"}
href={`${imagePrefix}/areas/tts`}
/>
{/* <Card
heading={"OCR"}
Expand Down

0 comments on commit 8da108c

Please sign in to comment.