Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|