towing commited on
Commit
d9048d3
·
verified ·
1 Parent(s): 3d9d95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(
37
  outputs=["text"],
38
  cache_examples=False,
39
  title="Translation",
40
- description="Support tasks: en2es, en2ja, en2zh, ja2zh, es2zh, es2ja"
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. (and the inverse ones)"
41
  )
42
 
43
  demo.launch(debug=True, share=True, server_name="0.0.0.0")