Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks() as lliface:
|
|
219 |
gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
|
220 |
gr.Interface(fn=WikiSearch, inputs="text", outputs="text", title="Unique word suggestions(wiki articles)")
|
221 |
with gr.Tab("Spelling and Chunks"):
|
222 |
-
|
223 |
with gr.Tab("Spelling Simplification - Use a dual language list"):
|
224 |
gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")
|
225 |
with gr.Tab("Chunks"):
|
|
|
219 |
gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
|
220 |
gr.Interface(fn=WikiSearch, inputs="text", outputs="text", title="Unique word suggestions(wiki articles)")
|
221 |
with gr.Tab("Spelling and Chunks"):
|
222 |
+
gr.HTML("Spelling is the end goal, you already know many letter orders called words so you need leverage them to remember random sequences")
|
223 |
with gr.Tab("Spelling Simplification - Use a dual language list"):
|
224 |
gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")
|
225 |
with gr.Tab("Chunks"):
|