Varosa commited on
Commit
f3b9070
·
1 Parent(s): 6e2d98b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ pipe = pipeline(
16
  device='cpu',
17
  )
18
 
19
- ## Download the mbart model
20
  model = MBartForConditionalGeneration.from_pretrained("sanjitaa/mbart-many-to-many")
21
  tokenizer = MBart50TokenizerFast.from_pretrained("sanjitaa/mbart-many-to-many")
22
 
 
16
  device='cpu',
17
  )
18
 
19
+ ## Download the mbart model from hugging face
20
  model = MBartForConditionalGeneration.from_pretrained("sanjitaa/mbart-many-to-many")
21
  tokenizer = MBart50TokenizerFast.from_pretrained("sanjitaa/mbart-many-to-many")
22