Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ demo = gr.Interface(
|
|
| 35 |
gr.Dropdown(language_options, label="Select Destination Language")
|
| 36 |
],
|
| 37 |
outputs=[gr.Textbox(label="Translated text", lines=4)],
|
| 38 |
-
title="
|
| 39 |
description="THIS APPLICATION WILL BE USED TO TRANSLATE TEXT BETWEEN MULTIPLE LANGUAGES."
|
| 40 |
)
|
| 41 |
|
|
|
|
| 35 |
gr.Dropdown(language_options, label="Select Destination Language")
|
| 36 |
],
|
| 37 |
outputs=[gr.Textbox(label="Translated text", lines=4)],
|
| 38 |
+
title="Multi-language Translator",
|
| 39 |
description="THIS APPLICATION WILL BE USED TO TRANSLATE TEXT BETWEEN MULTIPLE LANGUAGES."
|
| 40 |
)
|
| 41 |
|