Irpan
commited on
Commit
·
b317d81
1
Parent(s):
d42db5f
add more text
Browse files
app.py
CHANGED
@@ -9,12 +9,17 @@ with gr.Blocks() as app:
|
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|
11 |
"""
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
|
15 |
Select an input script, enter or generate text, and check your pronunciation. You may also generate AI pronunciation to compare.
|
16 |
-
|
17 |
-
|
|
|
18 |
"""
|
19 |
)
|
20 |
with gr.Row():
|
|
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|
11 |
"""
|
12 |
+
<h1 style="text-align: center; font-size: 28px; color: #4A90E2;">
|
13 |
+
Uyghur Speech-To-Text (STT) and Text-To-Speech (TTS) Models
|
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).
|
23 |
"""
|
24 |
)
|
25 |
with gr.Row():
|