Afeezee commited on
Commit
ad555cd
·
verified ·
1 Parent(s): ab65756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def reset_test():
101
  with gr.Blocks() as interface:
102
  gr.HTML("""
103
  <h1 style="text-align: center; font-weight: bold;">Profero</h1>
104
- <p style="text-align: center;">Profero is an interactive application designed to help users improve their English pronunciation skills. Users can practice pronouncing words generated by an advanced language model and receive immediate feedback on their performance. The application provides real-time transcription, scoring, and feedback to enhance learning and accuracy.</p>
105
  """)
106
  word_output = gr.Textbox(label="Word to Pronounce")
107
  result_output = gr.Textbox(label="Result")
 
101
  with gr.Blocks() as interface:
102
  gr.HTML("""
103
  <h1 style="text-align: center; font-weight: bold;">Profero</h1>
104
+ <p style="text-align: center;">Profero is an interactive application designed to help users improve their English pronunciation skills. Users can practice pronouncing words generated by an advanced language model and receive immediate feedback on their performance. The application provides real-time transcription, scoring, and feedback to enhance learning and accuracy. You can upload a .WAV audio file or use your microphone to pronounce the word displayed.</p>
105
  """)
106
  word_output = gr.Textbox(label="Word to Pronounce")
107
  result_output = gr.Textbox(label="Result")