RobPruzan commited on
Commit
c2d534c
·
1 Parent(s): 3bbb503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="In Text")
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")