RobPruzan commited on
Commit
395d778
·
1 Parent(s): f5f87e1

Updating descriptions and labels

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -440,10 +440,11 @@ def vocab_level_inter(text):
440
  sum+= lvl
441
  total += 1
442
  interp.append(('', 0))
443
- return {'original': text, 'interpretation': interp}, f'{level(sum/total*4*2.5)[1:]} Vocabulary'
444
 
445
  with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
446
  gr.HTML("""<center><h7 style="font-size: 35px">Automatic Literacy and Speech Assesment</h7></center>""")
 
447
  with gr.Column():
448
  with gr.Row():
449
  with gr.Box():
 
440
  sum+= lvl
441
  total += 1
442
  interp.append(('', 0))
443
+ return {'original': text, 'interpretation': interp}, f'{level(sum/total*4*2.5)[1:]} Level Vocabulary'
444
 
445
  with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
446
  gr.HTML("""<center><h7 style="font-size: 35px">Automatic Literacy and Speech Assesment</h7></center>""")
447
+ gr.HTML("""<center><h7 style="font-size: 15px">This may take 60s to generate all statistics</h7></center>""")
448
  with gr.Column():
449
  with gr.Row():
450
  with gr.Box():