Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,6 +99,10 @@ def reset_test():
|
|
| 99 |
|
| 100 |
# Gradio Interface
|
| 101 |
with gr.Blocks() as interface:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
word_output = gr.Textbox(label="Word to Pronounce")
|
| 103 |
result_output = gr.Textbox(label="Result")
|
| 104 |
score_output = gr.Textbox(label="Score")
|
|
|
|
| 99 |
|
| 100 |
# Gradio Interface
|
| 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")
|
| 108 |
score_output = gr.Textbox(label="Score")
|