Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -435,7 +435,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
|
|
435 |
with gr.Tabs():
|
436 |
|
437 |
with gr.TabItem("Text"):
|
438 |
-
in_text = gr.Textbox(label="
|
439 |
grade = gr.Button("Grade Your Text")
|
440 |
with gr.TabItem("Speech"):
|
441 |
audio_file = gr.Audio(source="microphone",type="filepath")
|
|
|
435 |
with gr.Tabs():
|
436 |
|
437 |
with gr.TabItem("Text"):
|
438 |
+
in_text = gr.Textbox(label="Input Text Or Speech For Analysis")
|
439 |
grade = gr.Button("Grade Your Text")
|
440 |
with gr.TabItem("Speech"):
|
441 |
audio_file = gr.Audio(source="microphone",type="filepath")
|