Irpan
commited on
Commit
•
96bfe7a
1
Parent(s):
b317d81
add more text
Browse files
app.py
CHANGED
@@ -10,13 +10,14 @@ with gr.Blocks() as app:
|
|
10 |
gr.Markdown(
|
11 |
"""
|
12 |
<h1 style="text-align: center; font-size: 28px; color: #4A90E2;">
|
13 |
-
Uyghur
|
14 |
</h1>
|
15 |
<p style="text-align: center; font-size: 16px; color: #555;">
|
16 |
This app is designed to help users practice Uyghur pronunciation.
|
17 |
</p>
|
18 |
|
19 |
Select an input script, enter or generate text, and check your pronunciation. You may also generate AI pronunciation to compare.
|
|
|
20 |
(Note: Please keep the audio input to under 10 seconds for faster processing since this space is running on CPU basic.)
|
21 |
|
22 |
To learn more about Uyghur Speech Technology, please check out my [blog post](https://ixxan.github.io/low-resource-speech-ug/) and this [demo](https://huggingface.co/spaces/ixxan/uyghur-speech-models).
|
|
|
10 |
gr.Markdown(
|
11 |
"""
|
12 |
<h1 style="text-align: center; font-size: 28px; color: #4A90E2;">
|
13 |
+
Uyghur Pronunciation Checker
|
14 |
</h1>
|
15 |
<p style="text-align: center; font-size: 16px; color: #555;">
|
16 |
This app is designed to help users practice Uyghur pronunciation.
|
17 |
</p>
|
18 |
|
19 |
Select an input script, enter or generate text, and check your pronunciation. You may also generate AI pronunciation to compare.
|
20 |
+
|
21 |
(Note: Please keep the audio input to under 10 seconds for faster processing since this space is running on CPU basic.)
|
22 |
|
23 |
To learn more about Uyghur Speech Technology, please check out my [blog post](https://ixxan.github.io/low-resource-speech-ug/) and this [demo](https://huggingface.co/spaces/ixxan/uyghur-speech-models).
|