fix(style): playground image incomplete

This commit is contained in:
jialin
2024-11-28 17:13:51 +08:00
parent af789ee886
commit bd418b23dc
23 changed files with 704 additions and 255 deletions
+4 -4
View File
@@ -450,7 +450,7 @@ const Models: React.FC<ModelsProps> = ({
}}
color="geekblue"
>
Embedding Only
Embedding
</Tag>
);
}
@@ -464,7 +464,7 @@ const Models: React.FC<ModelsProps> = ({
}}
color="geekblue"
>
{intl.formatMessage({ id: 'playground.audio.texttospeech' })}
Text-To-Speech
</Tag>
);
}
@@ -478,7 +478,7 @@ const Models: React.FC<ModelsProps> = ({
}}
color="geekblue"
>
{intl.formatMessage({ id: 'playground.audio.speechtotext' })}
Speech-To-Text
</Tag>
);
}
@@ -492,7 +492,7 @@ const Models: React.FC<ModelsProps> = ({
}}
color="geekblue"
>
Image Only
Image
</Tag>
);
}