Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,11 @@ with gr.Blocks() as app:
|
|
24 |
"This app uses the `facebook/nllb-200-distilled-600M` model."
|
25 |
)
|
26 |
|
|
|
|
|
|
|
|
|
|
|
27 |
with gr.Row():
|
28 |
input_text = gr.Textbox(
|
29 |
label="Input Text",
|
|
|
24 |
"This app uses the `facebook/nllb-200-distilled-600M` model."
|
25 |
)
|
26 |
|
27 |
+
gr.Markdown(
|
28 |
+
"### To choose other languages:
|
29 |
+
[Languages in FLORES-200](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200)"
|
30 |
+
)
|
31 |
+
|
32 |
with gr.Row():
|
33 |
input_text = gr.Textbox(
|
34 |
label="Input Text",
|