Lenylvt commited on
Commit
d523365
β€’
1 Parent(s): 31f1556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Text Translator with Dynamic Language Options",
45
- description="Select source and target languages to translate text."
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()