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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -37,9 +37,6 @@ demo = gr.Interface(
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")
 
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
  demo.launch(debug=True, share=True, server_name="0.0.0.0")