osanseviero commited on
Commit
1c4014d
·
1 Parent(s): 398f4a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -107,17 +107,17 @@ tags:
107
  - text-to-speech
108
  - seamless_communication
109
  library_name: transformers
110
- pipeline_tag: text-to-audio
111
  inference: false
112
  widget:
113
- - example_title: Librispeech sample 1
114
- text: "Hello my name is Julien"
115
  output:
116
- url: https://cdn-media.huggingface.co/speech_samples/sample1.flac
117
- - example_title: Librispeech sample 1
118
- text: "Hello my name is Julien"
119
  output:
120
- url: https://cdn-media.huggingface.co/speech_samples/sample1.flac
121
  ---
122
 
123
  # SeamlessM4T v2
 
107
  - text-to-speech
108
  - seamless_communication
109
  library_name: transformers
110
+ pipeline_tag: automatic-speech-recognition
111
  inference: false
112
  widget:
113
+ - src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
114
+ example_title: Librispeech sample 1
115
  output:
116
+ text: "Hello my name is Julien"
117
+ - src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
118
+ example_title: Librispeech sample 2
119
  output:
120
+ text: "Hello my name is Omar"
121
  ---
122
 
123
  # SeamlessM4T v2