Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,9 +71,9 @@ mic_transcribe = gr.Interface(
|
|
71 |
theme="huggingface",
|
72 |
title="Vietnamese Pronounciation Checker",
|
73 |
description=(
|
74 |
-
"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
|
75 |
-
"You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered
|
76 |
-
f"[{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is a Vietnamese Speech-to-Text model and powers the analysis of the audio files
|
77 |
),
|
78 |
allow_flagging="never",
|
79 |
)
|
@@ -90,9 +90,9 @@ file_transcribe = gr.Interface(
|
|
90 |
theme="huggingface",
|
91 |
title="Vietnamese Pronounciation Checker",
|
92 |
description=(
|
93 |
-
"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
|
94 |
-
"You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered
|
95 |
-
f"[{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is a Vietnamese Speech-to-Text model and powers the analysis of the audio files
|
96 |
),
|
97 |
examples=[
|
98 |
["./example.flac", "transcribe", False],
|
|
|
71 |
theme="huggingface",
|
72 |
title="Vietnamese Pronounciation Checker",
|
73 |
description=(
|
74 |
+
"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.\n"
|
75 |
+
"You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered.\n"
|
76 |
+
f"[{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is a Vietnamese Speech-to-Text model and powers the analysis of the audio files.\n"
|
77 |
),
|
78 |
allow_flagging="never",
|
79 |
)
|
|
|
90 |
theme="huggingface",
|
91 |
title="Vietnamese Pronounciation Checker",
|
92 |
description=(
|
93 |
+
"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.\n"
|
94 |
+
"You will then be given a PASS/FAIL grade to tell you if your spoken audio matches the text you entered.\n"
|
95 |
+
f"[{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) is a Vietnamese Speech-to-Text model and powers the analysis of the audio files.\n"
|
96 |
),
|
97 |
examples=[
|
98 |
["./example.flac", "transcribe", False],
|