adibvafa commited on
Commit
e42db38
1 Parent(s): 9c0a12c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ output = predict_dna_sequence(
54
  protein=protein,
55
  organism=organism,
56
  device=DEVICE,
57
- tokenizer_object=tokenizer,
58
  model=model,
59
  attention_type="original_full",
60
  )
 
54
  protein=protein,
55
  organism=organism,
56
  device=DEVICE,
57
+ tokenizer=tokenizer,
58
  model=model,
59
  attention_type="original_full",
60
  )