Kleber commited on
Commit
9bc8cca
1 Parent(s): e5d3229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def translate(text, source_lang, target_lang, max_length=400):
52
 
53
  gradio_ui= gr.Interface(
54
  fn=translate,
55
- title="NLLB-General EN-KIN Translation Demo",
56
  inputs= [
57
  gr.components.Textbox(label="Text"),
58
  gr.components.Dropdown(label="Source Language", choices=LANGS),
 
52
 
53
  gradio_ui= gr.Interface(
54
  fn=translate,
55
+ title="NLLB-Education EN-KIN Translation Demo",
56
  inputs= [
57
  gr.components.Textbox(label="Text"),
58
  gr.components.Dropdown(label="Source Language", choices=LANGS),