Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
| 25 |
placeholder="Nhập tiếng Nga..."
|
| 26 |
),
|
| 27 |
outputs="text",
|
| 28 |
-
title="
|
| 29 |
)
|
| 30 |
|
| 31 |
iface.launch(server_name="0.0.0.0")
|
|
|
|
| 25 |
placeholder="Nhập tiếng Nga..."
|
| 26 |
),
|
| 27 |
outputs="text",
|
| 28 |
+
title="Nga → Việt"
|
| 29 |
)
|
| 30 |
|
| 31 |
iface.launch(server_name="0.0.0.0")
|