Irpan commited on
Commit
14adf0c
·
1 Parent(s): 5d8a471
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ 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
 
@@ -13,7 +13,7 @@ article="""
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):
 
4
  import asr
5
 
6
  title="Uyghur Pronunciation Checker"
7
+ description="""
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
 
 
13
 
14
 
15
  # Front-End
16
+ with gr.Blocks(title=title, description=description) as app:
17
  with gr.Row():
18
  # Input Column
19
  with gr.Column(scale=1):