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