towing commited on
Commit
98e5065
·
verified ·
1 Parent(s): d9048d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,7 +37,9 @@ demo = gr.Interface(
37
  outputs=["text"],
38
  cache_examples=False,
39
  title="Translation",
40
- description="Support tasks: en2es, en2ja, en2zh, ja2zh, es2zh, es2ja. (and the inverse ones)"
 
 
41
  )
42
 
43
  demo.launch(debug=True, share=True, server_name="0.0.0.0")
 
37
  outputs=["text"],
38
  cache_examples=False,
39
  title="Translation",
40
+ description="Support tasks: en2es, en2ja, en2zh, ja2zh, es2zh, es2ja, as well as their reverse language pairs."
41
+
42
+ "
43
  )
44
 
45
  demo.launch(debug=True, share=True, server_name="0.0.0.0")