Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,10 +33,8 @@ interface = gr.Interface(
|
|
| 33 |
],
|
| 34 |
outputs="text",
|
| 35 |
title="Polyglotta Multilingual Translator",
|
| 36 |
-
<div style="text-align: center;">
|
| 37 |
description="Translate text between different languages. Select the source language from which you want to translate and the target language to which you want the text translated. The default target language is set to Yoruba, but you can select any language pair according to your needs."
|
| 38 |
-
|
| 39 |
-
|
| 40 |
)
|
| 41 |
|
| 42 |
interface.launch()
|
|
|
|
| 33 |
],
|
| 34 |
outputs="text",
|
| 35 |
title="Polyglotta Multilingual Translator",
|
|
|
|
| 36 |
description="Translate text between different languages. Select the source language from which you want to translate and the target language to which you want the text translated. The default target language is set to Yoruba, but you can select any language pair according to your needs."
|
| 37 |
+
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
interface.launch()
|