Afeezee commited on
Commit
99c8c91
·
verified ·
1 Parent(s): aa276b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def reset_test():
92
  with gr.Blocks() as interface:
93
  gr.HTML("""
94
  <h1 style="text-align: center; font-weight: bold;">Profero</h1>
95
- <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>
96
  """)
97
  word_output = gr.Textbox(label="Word to Pronounce")
98
  result_output = gr.Textbox(label="Result")
 
92
  with gr.Blocks() as interface:
93
  gr.HTML("""
94
  <h1 style="text-align: center; font-weight: bold;">Profero</h1>
95
+ <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. When using a microphone, make sure to trim your sound before submitting.</p>
96
  """)
97
  word_output = gr.Textbox(label="Word to Pronounce")
98
  result_output = gr.Textbox(label="Result")