Update app.py
Browse files
app.py
CHANGED
@@ -21,10 +21,12 @@ def fix_space(text):
|
|
21 |
default_text = "T hel ittlegi rlra nthro ughth epa rkc has ing abut terfly."
|
22 |
|
23 |
description = (
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
|
|
|
|
28 |
)
|
29 |
|
30 |
demo = gr.Interface(
|
|
|
21 |
default_text = "T hel ittlegi rlra nthro ughth epa rkc has ing abut terfly."
|
22 |
|
23 |
description = (
|
24 |
+
"SpaceGen is an academic project developed by Asaf Delmedigo and Romi Zarchi "
|
25 |
+
"during their graduate studies in Neuroscience and Data Science.\n"
|
26 |
+
"It demonstrates the use of an LSTM neural network for automatic detection "
|
27 |
+
"and correction of missing spaces in text.\n"
|
28 |
+
"Currently, the model supports English text only.\n"
|
29 |
+
"Feedback is welcome at: [email protected]"
|
30 |
)
|
31 |
|
32 |
demo = gr.Interface(
|