Irpan commited on
Commit
0adf640
1 Parent(s): 6c7e7fa
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,12 +76,12 @@ with gr.Blocks() as app:
76
  with gr.Group():
77
  with gr.Row():
78
  transcript_ugArab_box = gr.Textbox(
79
- label="User Pronunciation Transcript (Arabic Script)",
80
  placeholder="ASR transcription of user audio..."
81
  )
82
  with gr.Row():
83
  transcript_ugLatn_box = gr.Textbox(
84
- label="User Pronunciation Transcript (Latin Script)",
85
  placeholder="ASR transcription of user audio..."
86
  )
87
  # IPA
@@ -93,7 +93,7 @@ with gr.Blocks() as app:
93
  )
94
  with gr.Row():
95
  user_phoneme_box = gr.Textbox(
96
- label="User Phonemes",
97
  placeholder="IPA representation of the user pronunciation..."
98
  )
99
  # Feedback
 
76
  with gr.Group():
77
  with gr.Row():
78
  transcript_ugArab_box = gr.Textbox(
79
+ label="Your Pronunciation Transcript (Arabic Script)",
80
  placeholder="ASR transcription of user audio..."
81
  )
82
  with gr.Row():
83
  transcript_ugLatn_box = gr.Textbox(
84
+ label="Your Pronunciation Transcript (Latin Script)",
85
  placeholder="ASR transcription of user audio..."
86
  )
87
  # IPA
 
93
  )
94
  with gr.Row():
95
  user_phoneme_box = gr.Textbox(
96
+ label="Your Phonemes",
97
  placeholder="IPA representation of the user pronunciation..."
98
  )
99
  # Feedback