avelezarce commited on
Commit
b1200ac
1 Parent(s): e85aa79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ To load the pre-trained model, type
45
  from tdc import tdc_hf_interface
46
  tdc_hf = tdc_hf_interface("BBB_Martins-AttentiveFP")
47
  # load deeppurpose model from this repo
48
- dp_model = tdc_hf_herg.load_deeppurpose('./data')
49
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
50
  ```
51
 
 
45
  from tdc import tdc_hf_interface
46
  tdc_hf = tdc_hf_interface("BBB_Martins-AttentiveFP")
47
  # load deeppurpose model from this repo
48
+ dp_model = tdc_hf.load_deeppurpose('./data')
49
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
50
  ```
51