Steveeeeeeen commited on
Commit
4c74245
1 Parent(s): 9ec6ab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,9 +62,9 @@ with gr.Blocks() as demo:
62
  "Lower WER scores indicate better performance."
63
  "\n\n| Model | WER |\n"
64
  "|--------------------------|--------------------------|\n"
65
- "| [whisper-tiny](https://huggingface.co/openai/whisper-tiny.en) | 0.06175 |\n"
66
- "| [wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) | 0.01617 |\n"
67
- "| [distill-whisper-small](https://huggingface.co/distil-whisper/distil-small.en)| 0.04350 |\n"
68
  "\n\n### Data Source\n"
69
  "The data used in this demo is a subset of the [LibriSpeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset which contains the first 100 audio samples and their corresponding reference texts in the validation set."
70
  ),
 
62
  "Lower WER scores indicate better performance."
63
  "\n\n| Model | WER |\n"
64
  "|--------------------------|--------------------------|\n"
65
+ "| [whisper-tiny](https://huggingface.co/openai/whisper-tiny.en) | 0.06052 |\n"
66
+ "| [wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) | 0.02201 |\n"
67
+ "| [distill-whisper-small](https://huggingface.co/distil-whisper/distil-small.en)| 0.03959 |\n"
68
  "\n\n### Data Source\n"
69
  "The data used in this demo is a subset of the [LibriSpeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset which contains the first 100 audio samples and their corresponding reference texts in the validation set."
70
  ),