Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ file_transcribe = gr.Interface(
|
|
88 |
outputs=[gr.Textbox(label="What I heard..."), gr.Textbox(label="Grade")],
|
89 |
layout="vertical",
|
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."
|
|
|
88 |
outputs=[gr.Textbox(label="What I heard..."), gr.Textbox(label="Grade")],
|
89 |
layout="vertical",
|
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."
|