Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,6 @@ iface = gr.Interface(
|
|
| 59 |
inputs=["text",gr.Dropdown(
|
| 60 |
language_choices, value=["English"], multiselect=False, label="Choose the language.")],
|
| 61 |
outputs="text",
|
| 62 |
-
title="
|
| 63 |
)
|
| 64 |
iface.launch()
|
|
|
|
| 59 |
inputs=["text",gr.Dropdown(
|
| 60 |
language_choices, value=["English"], multiselect=False, label="Choose the language.")],
|
| 61 |
outputs="text",
|
| 62 |
+
title="Translation Tool"
|
| 63 |
)
|
| 64 |
iface.launch()
|