Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Oct 16, 2023
1 parent eed2c54 commit a117266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/lib/inferenceSnippets/serveJs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export const jsSnippets: Partial<Record<PipelineType, (model: ModelData, accessT
"sentence-similarity": snippetBasic,
"automatic-speech-recognition": snippetFile,
"text-to-image": snippetTextToImage,
"text-to-speech": snippetBasic,
"text-to-audio": snippetBasic,
"text-to-speech": snippetTextToAudio,
"text-to-audio": snippetTextToAudio,
"audio-to-audio": snippetFile,
"audio-classification": snippetFile,
"image-classification": snippetFile,
Expand Down

0 comments on commit a117266

Please sign in to comment.