Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ iface = gr.Interface(
|
|
| 41 |
fn=translate_text,
|
| 42 |
inputs=[gr.Textbox(lines=2, placeholder="Enter text to translate..."), source_language_dropdown, target_language_dropdown],
|
| 43 |
outputs=gr.Textbox(),
|
| 44 |
-
title="
|
| 45 |
-
description="
|
| 46 |
)
|
| 47 |
|
| 48 |
iface.launch()
|
|
|
|
| 41 |
fn=translate_text,
|
| 42 |
inputs=[gr.Textbox(lines=2, placeholder="Enter text to translate..."), source_language_dropdown, target_language_dropdown],
|
| 43 |
outputs=gr.Textbox(),
|
| 44 |
+
title="Translator API",
|
| 45 |
+
description="We use model from [Language Technology Research Group at the University of Helsinki](https://huggingface.co/Helsinki-NLP). For web use please visit [this space](https://huggingface.co/spaces/Lenylvt/Translator)"
|
| 46 |
)
|
| 47 |
|
| 48 |
iface.launch()
|