Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,12 +64,12 @@ if __name__ == '__main__':
|
|
64 |
|
65 |
outputs = gr.outputs.JSON()
|
66 |
|
67 |
-
|
68 |
|
69 |
demo_status = "Demo is running on CPU"
|
70 |
-
description = "to French, English or Arabic and vice-versa translation demo using NLLB."
|
71 |
examples = [
|
72 |
-
['fra_Latn', '
|
73 |
]
|
74 |
|
75 |
gr.Interface(translation,
|
|
|
64 |
|
65 |
outputs = gr.outputs.JSON()
|
66 |
|
67 |
+
title = "Fulfulde translator"
|
68 |
|
69 |
demo_status = "Demo is running on CPU"
|
70 |
+
description = "Fulfulde to French, English or Arabic and vice-versa translation demo using NLLB."
|
71 |
examples = [
|
72 |
+
['fra_Latn', 'fuv_Latn', 'La traduction est une tâche facile.']
|
73 |
]
|
74 |
|
75 |
gr.Interface(translation,
|