rutsam commited on
Commit
a7ce701
1 Parent(s): d446722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def translate(text, source_lang, target_lang, max_length=400):
48
 
49
  gradio_ui= gr.Interface(
50
  fn=translate,
51
- title="Translation Demo",
52
  inputs= [
53
  gr.components.Textbox(label="Text"),
54
  gr.components.Dropdown(label="Source Language", choices=LANGS),
 
48
 
49
  gradio_ui= gr.Interface(
50
  fn=translate,
51
+ title="NLLB 600M Translation Demo",
52
  inputs= [
53
  gr.components.Textbox(label="Text"),
54
  gr.components.Dropdown(label="Source Language", choices=LANGS),