Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,7 @@ with gr.Blocks() as app:
|
|
24 |
"This app uses the `facebook/nllb-200-distilled-600M` model."
|
25 |
)
|
26 |
|
27 |
-
gr.Markdown(
|
28 |
-
"To choose other languages:
|
29 |
-
[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)"
|
30 |
-
)
|
31 |
|
32 |
with gr.Row():
|
33 |
input_text = gr.Textbox(
|
|
|
24 |
"This app uses the `facebook/nllb-200-distilled-600M` model."
|
25 |
)
|
26 |
|
27 |
+
gr.Markdown("## To choose other 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(
|