Spaces:
Runtime error
Runtime error
adding clarifications
Browse files
app.py
CHANGED
@@ -662,7 +662,7 @@ def smart_synonyms(text, level):
|
|
662 |
|
663 |
with gr.Blocks(title="Automatic Literacy and Speech Assesment") as demo:
|
664 |
gr.HTML("""<center><h7 style="font-size: 35px">Automatic Literacy and Speech Assesment</h7></center>""")
|
665 |
-
gr.HTML("""<center><h7 style="font-size: 15px">This may take 60s to generate all statistics</h7></center>""")
|
666 |
with gr.Column():
|
667 |
with gr.Row():
|
668 |
with gr.Box():
|
|
|
662 |
|
663 |
with gr.Blocks(title="Automatic Literacy and Speech Assesment") as demo:
|
664 |
gr.HTML("""<center><h7 style="font-size: 35px">Automatic Literacy and Speech Assesment</h7></center>""")
|
665 |
+
gr.HTML("""<center><h7 style="font-size: 15px">This may take 60s to generate all statistics | Text with over 1000 words may take longer</h7></center>""")
|
666 |
with gr.Column():
|
667 |
with gr.Row():
|
668 |
with gr.Box():
|