darylalim commited on
Commit
f8f0190
1 Parent(s): ee08279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def translate(text, target_language, model_name):
50
 
51
  title = "MADLAD-400 Translation"
52
  description = """
53
- Translation from English to over 400 languages based on [research](https://arxiv.org/pdf/2309.04662) by Google DeepMind and Google Research
54
  """
55
 
56
  input_text = gr.Textbox(
 
50
 
51
  title = "MADLAD-400 Translation"
52
  description = """
53
+ Translation from English to over 400 languages based on [research](https://arxiv.org/pdf/2309.04662) by Google DeepMind and Google Research. Initial inference will be slow as models load.
54
  """
55
 
56
  input_text = gr.Textbox(