asafd60 commited on
Commit
42587d6
verified
1 Parent(s): 7f7b7e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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
- "驻专讜讬拽讟 诇讬诪讜讚讬 讘诪讚注讬 讛谞转讜谞讬诐 讜诪讚注讬 讛诪讜讞.\n"
25
- "讛诪注专讻转 诪讚讙讬诪讛 砖讬诪讜砖 讘专砖转 LSTM 诇讝讬讛讜讬 诪讬拽讜诐 专讜讜讞讬诐 讞住专讬诐 讘讟拽住讟.\n"
26
- "谞讻讜谉 诇注讻砖讬讜, 讛诪讜讚诇 转讜诪讱 讘讗谞讙诇讬转 讘诇讘讚.\n"
27
- "诇砖讗诇讜转 讜讘讬拽讜专讜转: [email protected]"
 
 
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(