Jordan Myers commited on
Commit
899179c
1 Parent(s): 4918bed
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,11 +41,11 @@ def translate(text, src_lang, tgt_lang, candidates:int):
41
 
42
  with gr.Blocks() as app:
43
  markdown="""
44
- # A Simple English / toki pona Neural Machine Translation App!
45
 
46
  ### toki a! 💬
47
 
48
- This is a simple english to toki pona / toki pona to english neural machine translation app.
49
 
50
  Input your text to translate, a source language and target language, and desired number of return sequences!
51
 
 
41
 
42
  with gr.Blocks() as app:
43
  markdown="""
44
+ # An English / toki pona Neural Machine Translation App!
45
 
46
  ### toki a! 💬
47
 
48
+ This is an english to toki pona / toki pona to english neural machine translation app.
49
 
50
  Input your text to translate, a source language and target language, and desired number of return sequences!
51