Martin van Dijk commited on
Commit
6286680
·
1 Parent(s): 1e5e64c

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  from transformers import pipeline
2
 
3
-
4
- model = pipeline("translation_nl_to_en")
5
 
6
 
7
  def predict(prompt):
 
1
  from transformers import pipeline
2
 
3
+ model = pipeline("translation", model="vonjack/opus-mt-mul-en-big")
 
4
 
5
 
6
  def predict(prompt):