flutter-painter commited on
Commit
698af4e
1 Parent(s): 594bae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -23,10 +23,8 @@ def translate_wrapper(text, src, trg, by_sentence=True, preprocess=True, random=
23
 
24
 
25
  article = """
26
- This is a NLLB-200-600M model fine-tuned for translation between French and Fula (Guinea) languages,
27
-
28
- This model is described in https://cointegrated.medium.com/a37fc706b865.
29
-
30
  """
31
 
32
 
 
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