Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ gradio_app = gr.Interface(
|
|
60 |
gr.Label(label="Prosodic Result"),
|
61 |
gr.Textbox(interactive=False, show_label=False)
|
62 |
],
|
63 |
-
title="
|
64 |
description="This app will score your Chinese pronunciation accuracy, fluency, and prosodic (intonation)",
|
65 |
examples=[
|
66 |
[os.path.join(os.path.dirname(__file__),"audio.wav")],
|
|
|
60 |
gr.Label(label="Prosodic Result"),
|
61 |
gr.Textbox(interactive=False, show_label=False)
|
62 |
],
|
63 |
+
title="Trying to make a Chinese Pronunciation Scoring app like the one by JohnJumon for English",
|
64 |
description="This app will score your Chinese pronunciation accuracy, fluency, and prosodic (intonation)",
|
65 |
examples=[
|
66 |
[os.path.join(os.path.dirname(__file__),"audio.wav")],
|