Irpan commited on
Commit
5d8a471
·
1 Parent(s): ec77e62
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -3,8 +3,17 @@ import util
3
  import tts
4
  import asr
5
 
 
 
 
 
 
 
 
 
 
6
  # Front-End
7
- with gr.Blocks() as app:
8
  with gr.Row():
9
  # Input Column
10
  with gr.Column(scale=1):
 
3
  import tts
4
  import asr
5
 
6
+ title="Uyghur Pronunciation Checker"
7
+ article="""
8
+ This app is designed to help users practice Uyghur pronunciation.
9
+ Select an uyghur script, enter or generate text, and check your pronunciation. You may also generate AI pronunciation to compare.
10
+
11
+ Note: Please audio input to >10 sec for faster processing since this space is running on CPU basic.
12
+ """
13
+
14
+
15
  # Front-End
16
+ with gr.Blocks(title=title, article=article) as app:
17
  with gr.Row():
18
  # Input Column
19
  with gr.Column(scale=1):