Skip to content

Commit 3e8a0ed

Browse files
authored
docs(ai): align pipeline card order wide sidebar order (#695)
This commit ensure that the order of the cards align with the sidebar order.
1 parent bc81f06 commit 3e8a0ed

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

ai/pipelines/overview.mdx

+23-21
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,28 @@ The Livepeer AI network currently supports the following generative AI
5151
pipelines:
5252

5353
<CardGroup cols={2}>
54-
<Card title="Text-to-Image" icon="image" href="/ai/pipelines/text-to-image">
55-
The text-to-image pipeline generates high-quality images from text
56-
descriptions
54+
<Card
55+
title="Audio-to-Text"
56+
icon="message-dots"
57+
href="/ai/pipelines/audio-to-text"
58+
>
59+
The audio-to-text pipeline uses automatic speech recognition (ASR) to
60+
translate audio to text with timestamps
5761
</Card>
5862
<Card title="Image-to-Image" icon="image" href="/ai/pipelines/image-to-image">
5963
The image-to-image pipeline enables advanced image manipulations, including
6064
style transfer, image enhancement, and more
6165
</Card>
62-
<Card title="Image-to-Video" icon="video" href="/ai/pipelines/image-to-video">
63-
The image-to-video pipeline creates animated high-quality videos from images
64-
</Card>
65-
<Card title="Upscale" icon="image" href="/ai/pipelines/upscale">
66-
The upscale pipeline transforms low-resolution images into high-quality ones
67-
without distortion
68-
</Card>
6966
<Card
70-
title="Audio-to-Text"
67+
title="Image-to-Text"
7168
icon="message-dots"
72-
href="/ai/pipelines/audio-to-text"
69+
href="/ai/pipelines/image-to-text"
7370
>
74-
The audio-to-text pipeline uses automatic speech recognition (ASR) to
75-
translate audio to text with timestamps
71+
The image-to-text pipeline generates captions for input images, with an
72+
optional prompt to guide the process.
73+
</Card>
74+
<Card title="Image-to-Video" icon="video" href="/ai/pipelines/image-to-video">
75+
The image-to-video pipeline creates animated high-quality videos from images
7676
</Card>
7777
<Card
7878
title="Segment-Anything-2"
@@ -82,18 +82,20 @@ pipelines:
8282
The segment-anything-2 pipeline offers promptable visual segmentation for
8383
images and videos.
8484
</Card>
85+
<Card title="Text-to-Image" icon="image" href="/ai/pipelines/text-to-image">
86+
The text-to-image pipeline generates high-quality images from text
87+
descriptions
88+
</Card>
8589
<Card
8690
title="Text-to-Speech"
8791
icon="message-dots"
8892
href="/ai/pipelines/text-to-speech"
8993
>
90-
The text-to-speech pipeline generates high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc).
94+
The text-to-speech pipeline generates high-quality, natural sounding speech
95+
in the style of a given speaker (gender, pitch, speaking style, etc).
9196
</Card>
92-
<Card
93-
title="Image-to-Text"
94-
icon="message-dots"
95-
href="/ai/pipelines/image-to-text"
96-
>
97-
The image-to-text pipeline generates captions for input images, with an optional prompt to guide the process.
97+
<Card title="Upscale" icon="image" href="/ai/pipelines/upscale">
98+
The upscale pipeline transforms low-resolution images into high-quality ones
99+
without distortion
98100
</Card>
99101
</CardGroup>

0 commit comments

Comments
 (0)