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

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("translantion")
5
 
6
 
7
  def predict(prompt):
 
1
  from transformers import pipeline
2
 
3
 
4
+ model = pipeline("translation")
5
 
6
 
7
  def predict(prompt):