slapula commited on
Commit
fcdcdaf
1 Parent(s): 47c3f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -18,8 +18,11 @@ pipe = pipeline(
18
 
19
  desc = f"""
20
  This space transcribes Vietnamese words, phrases, and sentences via microphone or audio files then compares the user's text input to what the language model hears.
 
21
  You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered.
 
22
  [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is the Vietnamese Speech-to-Text model that powers the analysis of the audio files.
 
23
  """
24
 
25
  # Copied from https://github.com/openai/whisper/blob/c09a7ae299c4c34c5839a76380ae407e7d785914/whisper/utils.py#L50
 
18
 
19
  desc = f"""
20
  This space transcribes Vietnamese words, phrases, and sentences via microphone or audio files then compares the user's text input to what the language model hears.
21
+
22
  You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered.
23
+
24
  [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is the Vietnamese Speech-to-Text model that powers the analysis of the audio files.
25
+
26
  """
27
 
28
  # Copied from https://github.com/openai/whisper/blob/c09a7ae299c4c34c5839a76380ae407e7d785914/whisper/utils.py#L50