Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -660,7 +660,7 @@ def smart_synonyms(text, level):
|
|
660 |
|
661 |
|
662 |
|
663 |
-
with gr.Blocks(title="Automatic Literacy and Speech
|
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():
|
|
|
660 |
|
661 |
|
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():
|