Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,7 @@ def translate_wrapper(text, src, trg, by_sentence=True, preprocess=True, random=
|
|
22 |
return result
|
23 |
|
24 |
|
25 |
-
article = ""
|
26 |
-
This is a NLLB-200-600M model fine-tuned for translation between French and Fula Guinea languages,
|
27 |
-
Source project is described in https://cointegrated.medium.com/a37fc706b865.
|
28 |
-
"""
|
29 |
|
30 |
|
31 |
interface = gr.Interface(
|
|
|
22 |
return result
|
23 |
|
24 |
|
25 |
+
article = "fra-fuf"
|
|
|
|
|
|
|
26 |
|
27 |
|
28 |
interface = gr.Interface(
|