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

Update space

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