Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|